OK thanks. To confirm you can have a cluster of Zope instances all using relstorage to connect to the same database. This negates the need for ZEO as the database handles the multi-threaded data access.
+-------------+ +-------------+ |Zope Server 1| |Zope Server 2| +-------------+ +-------------+ | Relstorage | | Relstorage | +-------------+ +-------------+ `-. .-' `. _.-' `-..-' +--------+ |Database| +--------+ Shane Hathaway wrote: > Alan Runyan wrote: >> Ask this question on either Zope/Plone mailing list. >> >> My understanding about relstorage is that each Zope application client >> uses relstorage. >> There is no ZEO server in the mix. >> >> Is that correct Shane/others? > > Yes. ZEO is not needed when you use RelStorage. > > Shane > > _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org http://mail.zope.org/mailman/listinfo/zodb-dev