On Thu, Jun 24, 2010 at 9:14 AM, Thierry Florac <thierry.flo...@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
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
https://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to