[ZODB-Dev] Relstorage and ZEO

Anthony Gerrard anthonygerrard at gmail.com
Tue Mar 31 04:50:50 EDT 2009


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
> 
> 


More information about the ZODB-Dev mailing list