PythonistL wrote:
> Gabor,
> what trafic do you have at your website and what server configuration
> do you use? I am asking that  because you use FastCGI and I had big
> problems with FastCGI when there was highload.So I decided to move to
> mod_python and no problem since
> Regards,
> L

hi,

the traffic is not terribly high (usually 1-3 requests/second)...

the server config is:

apache 1.3.something  + mod_fastcgi,
the fastcgi processes are configured as FastCgiServer,
so they are managed by the apache process.
the fastcgi instances use flup.


i was also afraid before going live with this config (after reading all 
the horror-stories about dying/stalled fastcgi-processes), but it works 
fine.

well, actually i cannot really say how well it performs, because there's 
nothing like apache's server-status in fastcgi. but it responds fine, so 
i assume the fastcgi stuff works ok :-)

gabor

--~--~---------~--~----~------------~-------~--~----~
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