From 7a1f7a0e76dac871e90539934b80f751865a41c9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 19 Sep 2009 19:09:19 +0000 Subject: - Added a tutorial which explains how to add ZEO to a ZODB-based ``repoze.bfg`` application. --- docs/glossary.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index eb63e2490..08040e5c4 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -231,6 +231,11 @@ Glossary ZODB `Zope Object Database `_, a persistent Python object store. + ZEO + `Zope Enterprise Objects + `_ + allows multiple simultaneous processes to access a single + :term:`ZODB` database. WebOb `WebOb `_ is a WSGI request/response library created by Ian Bicking. -- cgit v1.2.3