04-07-05 10:58 PM
[ http://issues.apache.org/jira/brows...45?page=history ]
Nicolas Lehuen updated MODPYTHON-45:
------------------------------------
Summary: Implement a file-based session manager (was: Implement a fil-based
session manager)
> Implement a file-based session manager
> --------------------------------------
>
> Key: MODPYTHON-45
> URL: http://issues.apache.org/jira/browse/MODPYTHON-45
> Project: mod_python
> Type: New Feature
> Versions: 3.1.4
> Reporter: Nicolas Lehuen
> Priority: Minor
> Fix For: 3.2.0
>
> Right now mod_python comes with DbmSession and MemorySession. DbmSession performan
ce can be pretty crappy if for any reason the anydbm module reverts to the dumbdbm i
mplementation. With the current filesystems, implementing a file-based session manag
er
should be easy and should perform well.
> See the following thread : http://www.modpython.org/pipermail/...ril/017825.html
> I've checked in a preliminary implementation based on dharana's work. We'll have t
o cope with a few issues (namely locking) before it is final.
[ Post a follow-up to this message ]
|