> Pressing 'c' on top clears everything a little bit. One thing
> I think I forgot to mention is 90% of the time the server load
> is moderate. It is 3 times a week around early in the morning
> that my django and postgres start dancing to death for me.
> Given that my server hardware handles the peak time with no
> problem, I don't think I need to upgrade the server.

This sounds like some cron job walking your server off the deep 
end.  I don't know what sort of control you have over the matter, 
but there may be some crazy auto-vacuum process or some similar 
creature that is set to fire at such intervals.

I'd check your crontab (or your /etc/cron.d or your 
/etc/cron.{daily,weekly,monthly} directories) for things postgres 
related (or that would talk to a postgres server).  Or, if it's a 
win32 server, there might be some troublemaker in your list of 
scheduled processes.

-tkc






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

Reply via email to