Comments on: Running web.py behind SCGI http://meat.net/2006/02/running-webpy-behind-scgi/ David Terrell's blog Tue, 21 Sep 2010 00:25:05 +0000 hourly 1 http://wordpress.org/?v=3.3.2 By: Decorative Stone http://meat.net/2006/02/running-webpy-behind-scgi/#comment-175 Decorative Stone Fri, 15 Dec 2006 04:54:37 +0000 http://meat.net/2006/02/running-webpy-behind-scgi/#comment-175 Great tip thanks. Great tip thanks.

]]>
By: eliott http://meat.net/2006/02/running-webpy-behind-scgi/#comment-174 eliott Wed, 05 Apr 2006 19:56:47 +0000 http://meat.net/2006/02/running-webpy-behind-scgi/#comment-174 My understanding is that the scgi code is just much clearner than the old fcgi code (which hasn't recieved an update in quite a while). I haven't yet tested any performance difference. I know lighttpd's fcgi implementation is pretty good. apache fcgi is notoriously bad. fcgid is supposedly an improvement, but I haven't had much luck with it. The Apache team is working on a replacement for both of these, from what I have been told. My understanding is that the scgi code is just much clearner than the old fcgi code (which hasn’t recieved an update in quite a while).
I haven’t yet tested any performance difference. I know lighttpd’s fcgi implementation is pretty good.
apache fcgi is notoriously bad. fcgid is supposedly an improvement, but I haven’t had much luck with it. The Apache team is working on a replacement for both of these, from what I have been told.

]]>
By: Andrew Ho http://meat.net/2006/02/running-webpy-behind-scgi/#comment-173 Andrew Ho Thu, 16 Feb 2006 06:02:22 +0000 http://meat.net/2006/02/running-webpy-behind-scgi/#comment-173 Perhaps in a future post you can explain why SCGI is better than FastCGI? Maybe I'm dense, but from reading the intro to SCGI, it sure doesn't seem very revolutionary to me. I didn't know sending headers and content back and forth was the interesting or especially unsolved part of the webserver framework puzzle! Perhaps in a future post you can explain why SCGI is better than FastCGI? Maybe I’m dense, but from reading the intro to SCGI, it sure doesn’t seem very revolutionary to me. I didn’t know sending headers and content back and forth was the interesting or especially unsolved part of the webserver framework puzzle!

]]>