>
> There is a second line to mess with, something about os.ppid I think.
> We should really have these changes made to the source....
>
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.


-- 
Duncan Booth                                             [EMAIL PROTECTED]


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )


Reply via email to