ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> zodb-dev
zodb-dev
RE: [ZODB-Dev] ZOE and PostreSQL
by other posts by this author
Jun 11 2002 10:05PM messages near this date
Re: [ZODB-Dev] avoiding conflicts. | [ZODB-Dev] ZOE and PostreSQL
ZEO provides only storage services to ZEO clients for object persistence
using ZODB.  Since methods run on the clients, applications, including any
code to connect to any network service, relational databases, etc, run on
the client (web application server)...  If you have 5 ZEO clients, each one
of them maintains their own files, Zope code-base, connections to relational
databases, etc.  Your applications do not run on the ZEO storage server
(ZSS).

Sean

-----Original Message-----
From: Raphael Sala [mailto:sala@[...].mil]
Sent: Tuesday, June 11, 2002 2:47 PM
To: zodb-dev@[...].org
Subject: [ZODB-Dev] ZOE and PostreSQL


Hi !

When a ZOE client needs to query an PostreSQL database on a distinct
physical server, does it go directely to the database ? Or does it have to
go through the ZEO server to query the db ?

thanx in advance,


raf




_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@[...].org
http://lists.zope.org/mailman/listinfo/zodb-dev


_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@[...].org
http://lists.zope.org/mailman/listinfo/zodb-dev

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved