Wichert.
--
Wichert Akkerman <wic...@wiggy.net> It is simple to make things.
http://www.wiggy.net/ It is hard to make things simple.
> Is there a summary of the changes between rc4 and rc5?
- beaker_cache decorator is fixed so that it works again with
arbitrary functions, and uses the proper function name
- Beaker has been updated since the last release to fix several bugs
involving memcached, and how it stores session data
- WebOb has gotten several updates to increase efficiency in header
handling and instantiation
- Controller inspect is cached for increased speed
- Other minor tweaks for efficiency (in Routes, and Pylons)
That's really about it. It's only an RC instead of final because we
wanted to be sure the small bug fixes and performance tweaks didn't
cause any new breakage.
Cheers,
Ben
Does that mean that it is now possible to use memcache for beaker
sessions?
> Does that mean that it is now possible to use memcache for beaker
> sessions?
It was possible to use them before, except due to the way they stored
the session keys in a variety of memcached keys, it was easy to have a
session get corrupted when memcached wipes one or two keys. Now it
stores the entire session as a single key so its either there, or not.
Obviously under enough users, if memcached isn't set high enough, this
is expected behavior, rather than sessions just losing bits and parts
of them.
Cheers,
Ben