[ZODB-Dev] ZEO client with Asyncore loop

2006-12-07 Thread Matthew Pontefract
Hello I'm writing client code that uses ZODB over a ZEO connection. In order not to have to call connection.sync() to synchronise the cache with the server I wish to provide the ZEO client with an asyncore mainloop to which it can attach itself. No matter how I do this, however, my clients do

Re: [ZODB-Dev] ZEO client with Asyncore loop

2006-12-07 Thread Matthew Pontefract
in current versions of Zope. Jim On Dec 7, 2006, at 12:44 PM, Matthew Pontefract wrote: Hello I'm writing client code that uses ZODB over a ZEO connection. In order not to have to call connection.sync() to synchronise the cache with the server I wish to provide the ZEO client with an asyncore