Costas Malamas wrote: > Thanks Goeffrey, that's a very nice implementation. Maybe > you should get it > rolled into WebKit...
I'll probably do that at some point. It could live in MiscUtils. > > 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? That's fine, but it's even easier to just create the cache as a global variable in a module somewhere. > > 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... I haven't tried that. It seems like it would be tricky, but good luck... I'm using Cache to cache database query results and images generated by a graphing package. - 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
