|
From: Pauwels S. <Ste...@si...> - 2004-03-17 06:20:29
|
Hi, I do the following: script.sh start and then immediately followed by script.sh stop After this I see that the application is still running, but the PID file is removed. The problem is that calling the constructor in my application, takes a long time because it needs to do a lot of initialisations. If I do: script.sh stop, before the constructor has finished, this stop is ignored. Can someone help me ? Thanks, Stefan |