[rabbitmq-discuss] Java Client + Android

Davorin Rusevljan davorin.rusevljan at gmail.com
Tue Jun 15 10:19:24 BST 2010


On Tue, Jun 15, 2010 at 10:57 AM, Miguel Morales <therevoltingx at gmail.com>wrote:

> Well, the only method that the Android docs provide is to call
> System.gc() which make the JVM schedule a GC run.
> This wouldn't help in the inner loop, but it's what I do right after I
> connect and setup the queues.
>
>
Well If I may chime in with one data point which might or might not be
relevant for this problem. Android does not have JVM, and it executes Java
programs on different kind of engine called Dalvik which does not run JVM
instructions but its own instruction set. So all tricks that work on JVM
will not necessary work on Dalvik.

rush
http://www.cloud208.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20100615/512f86f0/attachment.htm>


More information about the rabbitmq-discuss mailing list