Re: [Zope] Can multiple processes access a ZODB3 file?

2000-07-30 Thread Kapil Thangavelu
As Chris already stated (many times 4 effects:) ZODB is process locked. The question than becomes what kind of process interaction do you want with the zodb. most everything can be done by having hooks into zope and interacting with those hooks from your external python process. examples are a

RE: [Zope] Can multiple processes access a ZODB3 file?

2000-07-28 Thread Chris McDonough
Sorry about this, mail server troubles. > -Original Message- > From: Chris McDonough [mailto:[EMAIL PROTECTED]] > Sent: Saturday, July 29, 2000 1:12 AM > To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] > Subject: RE: [Zope] Can multiple processes access a ZODB3

RE: [Zope] Can multiple processes access a ZODB3 file?

2000-07-28 Thread Chris McDonough
y, July 28, 2000 8:55 PM > To: [EMAIL PROTECTED] > Subject: [Zope] Can multiple processes access a ZODB3 file? > > > If I have Zope running, using ZODB3 on Data.fs, can a separate > process also use ZODB3 to access Data.fs? I have my suspicions, but > I'm not sure. >

Re: [Zope] Can multiple processes access a ZODB3 file?

2000-07-28 Thread Bill Anderson
Ross Boylan wrote: > > If I have Zope running, using ZODB3 on Data.fs, can a separate > process also use ZODB3 to access Data.fs? I have my suspicions, but > I'm not sure. > > I'm interested in this because I'm in the middle of a balloting > period. People email me their ballots. I will need

[Zope] Can multiple processes access a ZODB3 file?

2000-07-28 Thread Ross Boylan
If I have Zope running, using ZODB3 on Data.fs, can a separate process also use ZODB3 to access Data.fs? I have my suspicions, but I'm not sure. I'm interested in this because I'm in the middle of a balloting period. People email me their ballots. I will need to check them for validity, se