Python daemon instead of CGI programs

Jon Ribbens jon+usenet at unequivocal.co.uk
Wed Mar 6 18:21:42 EST 2002


In article <88bc63c6.0203061444.30ad9c44 at posting.google.com>,
  Doug Farrell wrote:
> One thought that occurred to me was to create a Python daemon that
> has a thead pool, a pipe pool and all the CGI functionality built
> into classes that could be run by a thread.

The FastCGI system already does exactly this.

<advert>I have made an implementation for Python that you can get at:

  http://jonpy.sourceforge.net/
</advert>



More information about the Python-list mailing list