"Alex Greif" <[EMAIL PROTECTED]> writes: > Is there a graceful way on unix/linux to shutdown a TG application that > was started with the myapp-start.py. currently I use > kill -9 <pid> > but there must be a nicer way to to it > > I want to run my T application in a production environment. > What is the pereferen way to start the service?
I posted one initscript on a trac ticket, but it needs some improvements. Currently it is killing all python apps -- I hadn't noticed that before because by the time I've sent the script to trac I wasn't running Zope all the time... -- and this is not acceptable for a production environment. -- Jorge Godoy <[EMAIL PROTECTED]>

