Although I personally use memcached for other purposes I wouldn't use it for session data. Unlike others in the list I need to make sure session data is persistent and wont get nuked if something crashes. (well, within reason).
Either way, if we were able to get a pluggable backend up and running then people can just do what they like. I was thinking about just reimplementing SessionWrapper to do what I want, but if there is a chance things will change, well I might hold off ( or contribute) Ken On Jun 7, 9:42 am, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > On 6/6/07, Faulkner <[EMAIL PROTECTED]> wrote: > > > Anyone seriously considering making a framework for this? > > I, for one, would be all for a (drop-in, API-compatible)sessionlayer > replacement with pluggable backends. Memcached sessions are a Good > Idea. > > Jacob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers?hl=en -~----------~----~----~----~------~----~------~--~---