Python daemon instead of CGI programs

Paul Rubin phr-n2002a at nightsong.com
Wed Mar 6 18:07:22 EST 2002


writeson at earthlink.net (Doug Farrell) writes:
> What do you think of this idea? Am I completely off base and missing
> some other obvious solution?

It's a sound idea, but there's already a FastCGI protocol that amounts
to the same thing and is used for the same reasons.  Someone has
almost certainly already implemented FastCGI servers in Python.



More information about the Python-list mailing list