"Jeremy Dunck" <[EMAIL PROTECTED]> writes:
On 1/4/07, David Abrahams <[EMAIL PROTECTED]> wrote:
...
If I log into the server and run "top" while trying to access pages, I
don't see any alarming jumps in CPU load; the hungriest processes
typically stay in single-digit (or below) percentages of CPU usage, so
I doubt profiling is going to be much use. I don't really know where
to start in debugging this.
Hi Jeremy,
Thanks for responding...
Most likely, KeepAlive is holding processes unavailable while
sitting idle.
How would I tell if that was happening?
Next most likely is # of child processes. Try fiddling with Min and
MaxSpareServers.
http://httpd.apache.org/docs/2.0/mod/prefork.html
According to the docs that should only be necessary if I have very
heavy traffic. I don't; far from it. So I'm reluctant to mess with
those.
Next most likely is that you're serving media and django on the save httpd.
I definitely am. However, on a relatively low-traffic server like
mine it's hard to imagine that it's causing the kind of slow responses
I sometimes see. Maybe I'm deluding myself?
More suggestions:
http://www.jacobian.org/writing/2005/dec/12/django-performance-tips/
Okay, I remember reading that page already. I can't afford a separate
media server machine. I could probably install lighthttpd, although
getting that running alongside Apache seems like a minefield (just a
feeling; I have no data). The LightHttpd docs make it sound like it
would be better than apache for all _my_ webserver needs, but using it
that way with Django sounds like it's still pretty experimental at
best.
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---