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. 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? Any suggestion would be greatly
appreciated. Thanks.