Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Preventing Multiple Launches
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00296974
Message ID:
00298822
Views:
17
>
>In addition, shutdowns via TerminateProcess() don't clean up, either, and are likely to require a reboot to clean up the system.

If an application need to use TerminateProcess(), then system should reboot for other reasons: The state of data mantained in DLLs is compromised.

But, terminating a process causes that all of the object handles opened by the process are closed (this include mutex handles).

Just an opinion... Not a fact.
Previous
Reply
Map
View

Click here to load this message in the networking platform