root / home / tseaver / obzervationz / 2007 2007 Blog Entries |
Behind Door #3: A Perspective on the Future of Zope
This is the keynote I gave to the 2007 DZUG Tagung in
Potsdam, Monday, June 4th.
Behind Door #3: A Perspective on the Future of Zope
Slides from the keynote I presented to the 2007 DZUG Tagung in Potsdam, 4 June 2007.
application/vnd.oasis.opendocument.presentation, 146 kb
thrashcatcher 0.1 Released
thrashcatcher is a Zope2 product which adds log records to the
trace log showing the number of objects loaded and stored in
each request. It should help in tracking down which parts of
your application are thrashing the ZODB connection cache.
New setuptools plugin: eggtestinfo 0.2
I have released version 0.2 of a setuptools plugin to the Cheeseshop. When installed, the plugin extends the '.egg-info' generation done by many setup commands to create a new file, 'test_info.txt', which captures the data used by the 'setup.py test' command.