Orest Kozyar wrote:
> I'm working on a CGI script that pulls XML data from a public database

Ah, I missed that bit on first read. Consider using something different than
CGI here if you want to do caching. FCGI would allow you to do in-memory
caching, for example, as would mod_python and a lot of other solutions.

Stefan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to