summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst5
1 files changed, 5 insertions, 0 deletions
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 <http://wiki.zope.org/ZODB/FrontPage>`_, a
persistent Python object store.
+ ZEO
+ `Zope Enterprise Objects
+ <http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/ZEO.stx>`_
+ allows multiple simultaneous processes to access a single
+ :term:`ZODB` database.
WebOb
`WebOb <http://pythonpaste.org/webob/>`_ is a WSGI request/response
library created by Ian Bicking.