I am trying to take some load off my DB server by caching query results within a Servlet instance (instead of a session). Is it as simple as assigning objects to self.myResults? What's the life-span of these objects (I am guessing the lifetime of the servlet, right?) and is there a way to increase/decrease that life-span from the configuration?
Thanks,
Costas
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
