[Zope3-Users] ZEO multi-processes client setup with WSGI

Jim Fulton jim at zope.com
Thu Jun 24 10:08:53 EDT 2010


On Thu, Jun 24, 2010 at 9:14 AM, Thierry Florac <thierry.florac at onf.fr> wrote:
> So as processes setup is defined via WSGI, how can I define such a
> "zope.conf" setup with several ZEO clients sharing the same
> configuration file ?

I typically set up sgi apps with paste deploy.  You can use either
repoze.zodbconn or zc.zodbwsgi to configure wsgi ZEO clients with
paste deploy.

> Is there a simple setup so that each process use it's own ZEO cache ??

If you you don't use persistent caches, then each client (process)
will get its own cache automatically.

I'm not aware of any mechanism for managing persistent caches whe
there can be a more or less arbitrary number of forked processes.

Jim

--
Jim Fulton


More information about the Zope3-users mailing list