FastCGI

A.M. Kuchling akuchlin at ute.mems-exchange.org
Thu Mar 21 12:49:22 EST 2002


In article <a7cdh1$bte$1 at minotaurus.cip.informatik.uni-muenchen.de>, 
	Johannes Stiehler wrote:
> Is there anybody out there who uses python together with fastcgi for
> realizing large scale applications. And if so, which FastCGI-Wrapper
> is the most recommendable?  

We haven't had any problems with fcgi.py.  The copy of fcgi.py hiding
inside Quixote has had a few minor bugfixes and some minor
optimization (using the struct module for packing and unpacking data,
for example).  mod_fastcgi, on the other hand, seems to be subject to
occasional random hangs that occurred once every few weeks.

--amk                                                             (www.amk.ca)
Is this thing reliable?
    -- Grace, asking about the TARDIS, in "The Enemy Within"



More information about the Python-list mailing list