After further investigation I saw that memcached connections kept
adding up, until they reached the limit. From that point it got slow
and DB load jumped up. An Apache reload made everything fast again.
After googling for memcached connections or so, I found
http://groups.google.com/group/django-developers/browse_thread/thread/f83eb95f35c9d9a
which should be the same issue. The fix was to upgrade mod_python (had
to switch from a stable to testing on my Debian).
So, yeah, should be fixed now. Weird issue.

On Oct 30, 9:51 am, web-junkie <[EMAIL PROTECTED]> wrote:
> Hi,
> I have a weird problem where I think memcached or caching in general
> might be the cause. I discovered it during testing the site with
> http_load. After a certain amount of fetches, or hits, to the server,
> the site does not respond normally. It takes 30 seconds or so. Strange
> thing is: Only for cached pages. Non cached pages still load fast
> afterwards.
> When I do the test on a not cached page it is normal, too. No
> problems. But on cached page it seems the site is somehow off track.
> Only fix is to do apache reload.
> The problem is not only with http_test, but after some hours of
> traffic, too! Seems like the cache thinks "That's enough for today",
> until you reload apache.
> Strange problem, maybe I did something wrong somewhere. Any ideas?
> Help would be appreciated. Thanks.


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