On Jun 11, 7:56 pm, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]>
wrote:
> On 6/11/07, Don Arbow <[EMAIL PROTECTED]> wrote:
>
> > Did you search Trac? This looks like it's already been proposed and a
> > patch submitted:
>
> >http://code.djangoproject.com/ticket/2066
>
> Yeah, I tried that code and found it pretty poorly written and full of
> bugs. Looks like I didn't note that on the ticket (bad Jacob!).

Could one of core developers please look an updated ticket patch again
and mark it accepted if it's ok? I want to complete pluggable session
backends this week.
I personally don't like memcached backend (because it's losing data
with cache clean), but even though it's already written and seems to
be successfully used by author.
Also I'm going to add shelve-based backend (storage in dbm or berkeley
db file via python interface). This one is fast and allows multithread/
multiprocess read-write access.
Quick sessions are very important for high-productive sites when you
want to have a lot of anonymous users browsing site and only few
registered with access to additional pages.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to