Re: [ZODB-Dev] Storage Interfaces

2007-04-28 Thread David Pratt
Jim Fulton wrote: On Apr 27, 2007, at 9:30 PM, David Pratt wrote: Hi Jim. I have been quite interested in this also so have experimented and continue on this also. The way I am doing the networking it similar to ngi I have put this together before you defined these interfaces. I'm not

Re: [ZODB-Dev] Storage Interfaces

2007-04-28 Thread David Pratt
Bottom line is that storage methods need to be executed on both sides. I don't think the storages need to care what or how objects are transported nor what version of zope you are using so long as in the end, the object is one that can be used by a storage method - and that the storage methods

Re: [ZODB-Dev] Storage Interfaces

2007-04-27 Thread Jim Fulton
On Apr 27, 2007, at 10:21 AM, Stephan Richter wrote: On Thursday 26 April 2007 19:33, Jim Fulton wrote: Comments on the APIs are very welcome. Hopefully this will clarify some things. I have read the checkin messages with interest. In the next month or so I will probably need to

Re: [ZODB-Dev] Storage Interfaces

2007-04-27 Thread Sidnei da Silva
On 4/27/07, Jim Fulton [EMAIL PROTECTED] wrote: On Apr 27, 2007, at 10:21 AM, Stephan Richter wrote: ... In the next month or so I will probably need to implement a storage that encrypts its data, so I will get a taste of the new API then. I'll make sure to use the trunk. :-) I suspect

[ZODB-Dev] Storage Interfaces

2007-04-26 Thread Jim Fulton
I've just checked in a fair bit of re-factoring to try to define reasonable storage interfaces. The results can be found at: http://svn.zope.org/ZODB/trunk/src/ZODB/interfaces.py?view=auto and http://svn.zope.org/ZODB/trunk/src/ZEO/interfaces.py?view=auto Some notes: - I added a new