Thanks Goeffrey, that's a very nice implementation. Maybe you should get it rolled into WebKit...
I am assuming, in order to combine your suggestion with Cache, that a Cache object should really be assigned to a Page class variable, correct?
Also, in a related thought, have you tried redirecting self.writeln() to stuff HTML into a cache to speed up response time? does that work? it's the next step in my optimization...
Thanks,
Costas
From: Geoffrey Talvola <[EMAIL PROTECTED]>
To: 'Costas Malamas' <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: RE: [Webware-discuss] Caching within servlet instance?
Date: Tue, 9 Dec 2003 09:22:19 -0500
Geoffrey Talvola wrote: > A cache is better off as a module variable or a class > variable so it can be > shared across servlet instances. I have a cache > implementation that I use > that I can upload into the Webware Sandbox. I'll send > another message when > I've done that. >
I've checked in my Cache implementation into the Webware Sandbox. You might
not be able to see it right away in anonymous CVS but if you have a
developer account to the sandbox you can see it now. Look in
Sandbox/gtalvola/Cache.py . Feel free to ask me any questions about how to
use it.
- Geoff
------------------------------------------------------- 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
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
------------------------------------------------------- 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
