PythonistL wrote:

> Hello Ivan,
> It is intereresting.
> But why do you use/prefer FastCGI to mod_python ?

I don't prefer it yet, just evaluating. I have some strange problems 
with server overloading doing about 30 parallel requests all of which 
sleep() about 90% of time. My first theory was that it's because of 
mod_python eating too much memory (which it is known to do) and server 
swapping. So I tried FastCGI. BTW I use it now with lighttpd, not Apache.

It didn't help much my problem but it certainly eats less memory so I 
think I'll keep it.

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

Reply via email to