Issue Details (XML | Word | Printable)

Key: MODPYTHON-45
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Nicolas Lehuen
Reporter: Nicolas Lehuen
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
mod_python

Implement a file-based session manager

Created: 08/Apr/05 06:30 AM   Updated: 05/Mar/06 01:51 PM
Return to search
Component/s: None
Affects Version/s: 3.1.4
Fix Version/s: 3.2.7

Time Tracking:
Not Specified

Resolution Date: 29/Jul/05 12:25 AM


 Description  « Hide
Right now mod_python comes with DbmSession and MemorySession. DbmSession performance can be pretty crappy if for any reason the anydbm module reverts to the dumbdbm implementation. With the current filesystems, implementing a file-based session manager should be easy and should perform well.

See the following thread : http://www.modpython.org/pipermail/mod_python/2005-April/017825.html

I've checked in a preliminary implementation based on dharana's work. We'll have to cope with a few issues (namely locking) before it is final.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.