16 Jun
1999
16 Jun
'99
9:13 p.m.
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