I would have to guess that they are slow (dialup or slow DSL).  Here
are some of my apache config settings:

TimeOut 300
KeepAlive On
MaxKeepAliveRequests 500
KeepAliveTimeout 2

<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
MaxClients 75
MaxRequestsPerChild 1024
</IfModule>

<IfModule worker.c>
StartServers         2
MaxClients         800
MinSpareThreads     25
MaxSpareThreads     75
ThreadsPerChild     25
MaxRequestsPerChild  0
</IfModule>

And postgres settings:

max_connections = 1000
shared_buffers = 2000

Other settings not listed have been left at their defaults.

Here is another tidbit that may help:  When you go to the site when it
is slow, the browser seems to sit idley for 2-10 seconds, then opens
the page very rapidly.  It is almost like you have to stand in line to
get your page, but once you are getting it, it is fast.  I can't seem
to pin this on either Apache or Postgres.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to