64 bit JVM is not guaranteed to be faster than 32 bit JVM on the same machine, but 64 bit has more memory access capability, if we need an application that access memory more then 4GB (I tried to simplified the technical thing) than we need 64 bit, otherwise, use 32 bit. The same application, if we run it on 64 bit will acquired at least +/- 30% memory consumption than 32 bit because the instruction and address space are doubled. Sent from my BlackBerry® smartphone
-----Original Message----- From: SMSLib Discussion Group on behalf of Juan Bressan <[email protected]> Sender: SMSLib Discussion Group on behalf of Juan Bressan <[email protected]> Date: Fri, 1 Jun 2012 11:05:23 To: <[email protected]> Reply-To: SMSLib Discussion Group on behalf of Juan Bressan <[email protected]> Subject: Re: [smslib] RxTx too slow Thanks nxnlvz. 64bit JVM is supposed to run faster than 32bit JVM if running on a 64bit platform, that's why I insist on using this one, even when smslib does not take any advantage, JVM does. If you come across with another alternative let me know. -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion Group" group. To view this discussion on the web visit https://groups.google.com/d/msg/smslib/-/zeeWCvkClU8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/smslib?hl=en. -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/smslib?hl=en.
