In case anyone else hits this issue, there's a patch available:
http://code.djangoproject.com/ticket/12399
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from th
Using the 'django.contrib.sessions.backends.cached_db' and setting
SESSION_COOKIE_AGE to any number of seconds greater than 2592000 (i.e.
> 30 days) with memcached appears not to work as intended in that the
session info is never sent back from the cache.
Examples to illustrate:
Memcached output
> In short, if you are running Django in worker MPM for Apache, you can
> be subject to sudden memory increases when you get concurrent requests
> against resources which chew up a lot of transient memory. Receiving a
> lot of concurrent POST requests with large content data can be one
> trigger i
3 matches
Mail list logo