A few Q's on the new ZopeBase for any takers. 1) ZODB3 supports multiple concurrency. Does this mean that an application can have transactions running on different threads AND multiple application processes may be running? If the latter is possible, is it possible using the present ZODB classes (I noticed there was one for 'distributed filestorages') or possible only by supplementing them in some way? 2) Can ZODB be easily used independently of Zope? Is there any sample code for such a thing?
On Mon, 21 Jun 1999, Clint Shelby McCulloch wrote:
2) Can ZODB be easily used independently of Zope? Is there any sample code for such a thing?
Yes definitely and it is very easy and transparent (I have not used ZODB3 in this manner but I do not expect any changes in the interface). For examples check: http://www.zope.org/Documentation/Reference/ObjectPublishingIntro Pavlos
participants (2)
-
Clint Shelby McCulloch -
Pavlos Christoforou