I am running a system with basically the same versions of all software
packages as you are. It is in production and under stress testing it
performed very very well and there've been no issues with performance
so far. I am using Apache + FastCGI, server-managed.

First thing you might want to look at is Apache configuration. What
MPM are you using for Apache - prefork or worker/threaded? Are you
loading too many apache mods that you might not need. Are the
MaxRequestsPerChild and other similar server directives set up
properly ? Note that the FCGI also has a finite number of requests to
serve, before being recycled, but unless you've changed the default
values you should be Ok.

On 12/03/07, Alexander Boldakov <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>
> My django application runs slower under Apache+FastCGI or
> Lighttpd+FastCGI than under django development HTTP server. The
> approximate times for generating the page are 0.6 vs 1.0 seconds for
> FastCGI and development server correspondingly.
>
> I've tried different combinations of 'prefork' and 'threaded', unix
> domain socket and tcp socket, manually/web server started fastcgi
> server as described on django FastCGI documentation page, but nothing
> helped.
>
> If you have any idea of solving this problem, i will greatly
> appreciate it!
>
> Django version is 0.95. Python version is 2.4.4. Apache version is
> 2.2.3. Flup version is 0.5.
>
> Alexander Boldakov
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to