[Zope-dev] ZEO question.
Duncan Booth
duncan@rcp.co.uk
Fri, 23 Mar 2001 17:16:16 -0000
<color><param>7F00,0000,0000</param>>
> There is a second line to mess with, something about os.ppid I think.
> We should really have these changes made to the source....
>
</color>Yes, you have to change line 310:
open(zeo_pid,'w').write("%s %s" % (os.getppid(), os.getpid()))
to:
open(zeo_pid,'w').write("%s" % (os.getpid()))
I have posted a report on the ZEO Tracker for both these changes.
<nofill>
--
Duncan Booth duncan@rcp.co.uk