XML document causes pickle to go into infinite recursion

Stefan Behnel stefan.behnel-n05pAM at web.de
Thu Nov 1 05:16:09 EDT 2007


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



More information about the Python-list mailing list