|
-
February 4th, 2002, 11:23 AM
#1
Calling destructor with kill command
Hi everybody,
I have to work on a big application. This application consists in several processes.
The processes are launched with a batch file (START command).
When the administrator wants to stop the application, another batch file is launched. It contains KILL commands :
KILL process1
KILL process2
and so on.
It seems that the destructor of each application is not called.
Can someone confirm that last point ? If so, how can I do to detect the end of an application ?
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|