[ZODB-Dev] Server-side caching

2012-02-10 Thread Pedro Ferreira
Hello all, A (possibly silly) question: does ZEO have some kind of server-side cache? I mean, each time an oid is requested by one of the clients is it retrieved from the DB file directly, or are some of the objects kept in memory? From what I see in the code, the latter doesn't seem to

Re: [ZODB-Dev] Server-side caching

2012-02-10 Thread Jim Fulton
On Fri, Feb 10, 2012 at 4:49 AM, Pedro Ferreira jose.pedro.ferre...@cern.ch wrote: Hello all, A (possibly silly) question: does ZEO have some kind of server-side cache? I mean, each time an oid is requested by one of the clients is it retrieved from the DB file directly, or are some of the