'faster' sessioning product updated
Overview
The faster
product offers a new implementation of the "session manager" API used in Zope's
"core sessioning" machinery: it is intended as a replacement for the implementation supplied in
the Transience product (TransientObjectContainer). The product stores session data objects in
buckets organized as linked lists. This implementation vastly simplifies the "housekeeping" done
in the data manager, and provides superior conflict resolution to the timeslice-indexed BTree
used by the Transience
version.
Changes
- Added a Title property to the session data containers
- Fixed bug which made the Test view throw an error if the corresponding session data container was not the active session data container
- Added an installation document
Links
- Product README, http://agendaless.com/Members/tseaver/software/faster/faster-0.5.1/README.txt
- Version 0.5.1 (bugfix release), http://agendaless.com/Members/tseaver/software/faster/faster-0.5.1/
- Product home page, http://agendaless.com/Members/tseaver/software/faster
- Issue tracker, http://agendaless.com/Members/tseaver/software/faster/issues