Hello, I'm trying to use IndexedCatalog [http://www.async.com.br/projects/IndexedCatalog/] in my CherryPy [http://www.cherrypy.org] application. As Zodb support access just from one Python thread, I must either use just one CherryPy thread (slow), or use ZEO. However, if I understand it good, when I use from ZEO import ClientStorage
then ZEO is internally using FileStorage, so no IndexedCatalog is used. Anyone knews, how to use IndexedCatalog with ZEO, or do I have to "patch" ZEO for myself (or run this one thread)? Thanks, -- Lukas "Almad" Linhart [:: http://www.almad.net/ ::] [:: Humans are too complicated to be described with words. ::] [:: PGP/GNUPg key: http://www.almad.net/download/pubkey.asc ::] -- http://mail.python.org/mailman/listinfo/python-list