View Full Version : Some Questions


Rick
02-28-07, 08:49 PM
Hi guys,

i have a small issue;

I need to build out a cache, which refreshes itself in like 3 seconds, it should be a singleton, and i wanna load it on server startup. (J2EE please, no c++ stuff )


Any ideas ?


Thanks
Rick

Crunchy Cat
03-04-07, 11:57 PM
Hi guys,

i have a small issue;

I need to build out a cache, which refreshes itself in like 3 seconds, it should be a singleton, and i wanna load it on server startup. (J2EE please, no c++ stuff )


Any ideas ?


Thanks
Rick

I did something similar in C++ last year. Isn't it ironic?

Crunchy Cat
03-04-07, 11:59 PM
Actually I should ask what is the difficulty you are having? I also know Java (I have not used J2EE before).