Re: [ZODB-Dev] ZEO for GUI applications

2007-04-01 Thread Dieter Maurer
Robert Gravina wrote at 2007-4-1 00:31 +0900: ... Woohoo! I realised Connection.sync() does exactly what I need, but this still doesn't work as expected. class UpdatedDB(DB): def invalidate(self, tid, oids, connection=None, version=''): DB.invalidate(self, tid, oids, connection,

Re: [ZODB-Dev] ZEO for GUI applications

2007-03-31 Thread Robert Gravina
On Mar 31, 2007, at 10:32 PM, Stephan Richter wrote: On Thursday 29 March 2007 15:14, Robert Gravina wrote: Is anyone using ZEO to build mutliuser networked applications outside of Zope? Uwe Oestermeier and his team built Bebop. While the server component uses Zope 3, it uses a full

Re: [ZODB-Dev] ZEO for GUI applications

2007-03-31 Thread Robert Gravina
On Mar 31, 2007, at 11:13 PM, Robert Gravina wrote: On Mar 31, 2007, at 10:32 PM, Stephan Richter wrote: On Thursday 29 March 2007 15:14, Robert Gravina wrote: Is anyone using ZEO to build mutliuser networked applications outside of Zope? Uwe Oestermeier and his team built Bebop. While

Re: [ZODB-Dev] ZEO for GUI applications

2007-03-31 Thread Robert Gravina
On Mar 31, 2007, at 11:41 PM, Robert Gravina wrote: On Mar 31, 2007, at 11:13 PM, Robert Gravina wrote: On Mar 31, 2007, at 10:32 PM, Stephan Richter wrote: On Thursday 29 March 2007 15:14, Robert Gravina wrote: Is anyone using ZEO to build mutliuser networked applications outside of

Re: [ZODB-Dev] ZEO for GUI applications

2007-03-30 Thread Robert Gravina
On Mar 30, 2007, at 5:55 AM, Robert Gravina wrote: On Mar 30, 2007, at 5:24 AM, Rodrigo Senra wrote: That is precisely what I did in the first example I have mentioned, and it worked just fine. Just responding to this thread again to ask if anyone has used ZEO as the basis for a

Re: [ZODB-Dev] ZEO for GUI applications

2007-03-29 Thread Robert Gravina
On Mar 30, 2007, at 5:24 AM, Rodrigo Senra wrote: [ Robert Gravina ]: |short version: | |Is anyone using ZEO to build mutliuser networked applications outside |of Zope? Well, I have developed a trivial in-house desktop-based employee activity control (Argh!) a couple of years ago. It