You stated that things were working fine and lately they have gone
South.  Usually in this case it isn't about something breaking all of
a sudden.  Something has probably changed.  Start with what you have
changed.  Added any new features or code lately?  Moving out further
have there been any updates to the server (besides your upgrades to
the one)?  Next look at your users.  Have they started doing something
different with the site?  Perhaps the volume of data that you now have
is overwhelming your app.  I've seen sites that work well in
development and the early days after release fall to their knees
because the algorithms that worked well with low amounts of data get
bogged down with large amounts of data.  Failing all else start
profiling.  Coordinate those memory usage stats you have with what is
going on in the server to help narrow down where in your code to
look.  Hope that helps and good luck.

-Sam


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