Karim, Sadat wrote:
Hello,
I am investigating MINA to implement a background server process that needs to hold millions of objects in memory. Every minute, a percentage of these objects needs to be recalculated (this is why we are keeping them in memory using coherence). I know there is a limitation of 1.2 GB limit on JVM which may not be enough to hold all my objects.
There is no such limitation on Java. Your underlying system might limit
you though. Try with a 64 bit processor...
So I have to partition my objects across multiple servers. So my question is, if I use MINA to write this server, what would be a good approach to achieve this?
Absolutely no idea. Keep in mind that MINA is _just_ a NIO framework. It
does not handle your data whatsoever. It just handles IO.
--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org