On Jun 10, 2005, at 9:19 AM, David Fraser wrote: >> The python scgi module has this feature in its passfd module. >> >> It can be found at http://www.mems-exchange.org/software/scgi/ >> >> > Right, although this is only useful inside Apache right?
Yes, the scgi package only has scgi modules for apache1 and apache2. It's a very simple protocol, so adding support for other servers isn't too hard. > Also it uses C to do it I was wondering if it was feasible to do it > directly in Python... but maybe not. Yes, it's a python module written in C, but I don't see why that would matter. I think you're probably already using a few other modules in the same category. :-) _______________________________________________ Web-SIG mailing list [email protected] Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com
