Re: Best practice to load object in memory.

2014-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dhaval, On 5/9/14, 2:46 PM, Dhaval Jaiswal wrote: > At the time of initializing tomcat apps server, some object/data > loading in memory, which is consuming lot of memory of the server. > > What is the best practice to handle it. Loading of object/

Best practice to load object in memory.

2014-05-12 Thread Dhaval Jaiswal
At the time of initializing tomcat apps server, some object/data loading in memory, which is consuming lot of memory of the server. What is the best practice to handle it. Loading of object/data is mandatory in my case. --