Pythonic way of web-programming
Michael Ströder
michael at stroeder.com
Thu Apr 17 10:06:57 EDT 2003
A.M. Kuchling wrote:
>
> The FastCGI protocol is really complicated because it supports multiplexing
> several different transactions over one socket. Data is broken up into
> multiple packets, each with a unique transaction ID, and the process on the
> other end can then reassemble them and hand them out to different threads.
> However, I'm not sure the Apache mod_fastcgi supports this and few client
> modules seem to, so all of that complexity buys nothing in most cases.
I'm using a multi-thread FastCGI web application with mod_fastcgi. Or maybe
I did not get your point.
Ciao, Michael.
More information about the Python-list
mailing list