Status Messages 2.0
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Change log
- Total reimplementation using cookies instead of a server-side in-memory
storage to store status messages. The reasoning behind this change is that
the former approach didn't play well with web caching strategies and added
an additional burden in ZEO environments (having to use load-balancers,
which are able to identify users and keep them connected to the same ZEO
server).
[hannosch]