23 Mar
2001
23 Mar
'01
5:16 p.m.
<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