Ben Bangert wrote:
> On Aug 29, 2006, at 2:23 PM, Martin wrote:
> 
>> Also have some questions?
>>
>> 1) Why did you use mod_python instead of SCGI? I thought SCGI was fast
>> and easy to deploy (what I've heard... no experience to back that up)
> 
> mod_scgi and mod_fcgi don't get along. I'm using fcgi with Trac, as 
> running Trac through mod_python doesn't work (subversion binding issue 
> in 1.3.0 and Trac, which is still not fixed). Also, Apache can't check 
> FCGI or SCGI processes very well to find out when the process has 
> stopped responding (which has happened on occasion). Generally though, 
> I've heard of SCGI setups working quite well, and I believe Ian Bicking 
> uses that setup. I'd be interested in seeing his setup and 
> configuration. :)

Note that I primarily use the cgi2scgi script included with SCGI.  This 
way the server acts as a CGI script, but because cgi2scgi is a very 
small bit of C code it has decent performance.  This does cause some 
problems, as Apache won't pass certain methods to CGI properly, and 
certain headers (e.g., Authentication).  It's still a bit slower than 
mod_scgi or some other technique.  This setup doesn't keep the server up 
or responding.

-- 
Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to