#8616: File-based sessions dropped with SESSION_SAVE_EVERY_REQUEST = True
----------------------------------------------+-----------------------------
Reporter: [EMAIL PROTECTED] | Owner: mtredinnick
Status: assigned | Milestone: 1.0
Component: django.contrib.sessions | Version: SVN
Resolution: | Keywords: session, file,
race
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------------+-----------------------------
Comment (by mtredinnick):
Warren, don't worry about it. I'm already working on, because testing
showed a few other concerns: we needed to unlink the empty files anyway,
so the performance of your patch wasn't better (if we don't unlink, we use
up inodes and dirents and eventually fill up the limit of the number of
files in the directory). Things were starting to get messy. So I've nearly
got the moving version working fine (it's only a few lines) and that saves
the need for the unlinking step.
So let's not duplicate work here, I'm already doing this, in between other
juggling. But thanks for the sanity check. :-)
--
Ticket URL: <http://code.djangoproject.com/ticket/8616#comment:11>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---