Re: cached_db session backend, memcached and SESSION_COOKIE_AGE > 30 days

2009-12-18 Thread Jose C
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

cached_db session backend, memcached and SESSION_COOKIE_AGE > 30 days

2009-12-14 Thread Jose C
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

Re: Django Web Hosting Service

2007-11-25 Thread Jose C
> 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