ZServer dying when parent does?
16 Jun
1999
16 Jun
'99
9 p.m.
If I run ZServer like this: $ python z2.py -2 -w 23456 & It works -- until I log out of the shell I started it from. Then it terminates too. I'm using GNU bash, version 2.01.1(1)-release. Daniel Drucker
16 Jun
16 Jun
9:13 p.m.
New subject: [Zope] ZServer dying when parent does?
On Wed, 16 Jun 1999, Daniel M. Drucker wrote:
If I run ZServer like this:
$ python z2.py -2 -w 23456 &
It works -- until I log out of the shell I started it from. Then it terminates too.
This has nothing to do with Zope. Try: nohup python z2.py -2 -w 23456 & Pavlos
9791
Age (days ago)
9791
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel M. Drucker -
Pavlos Christoforou