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
Nicolas Lehuen made changes - 08/Apr/05 06:30 AM
Field Original Value New Value
Summary Implement a fil-based session manager Implement a file-based session manager
Nicolas Lehuen made changes - 01/May/05 09:04 PM
Assignee Nicolas Lehuen [ nlehuen ]
Nicolas Lehuen made changes - 01/May/05 09:04 PM
Status Open [ 1 ] In Progress [ 3 ]
Nicolas Lehuen made changes - 29/Jul/05 12:25 AM
Resolution Fixed [ 1 ]
Status In Progress [ 3 ] Resolved [ 5 ]
Graham Dumpleton made changes - 05/Mar/06 01:51 PM
Status Resolved [ 5 ] Closed [ 6 ]