|
Helping ordinary people create extraordinary websites! |
Port Windows IPC Apps to Linux, Part 1: Processes and ThreadsBy Srinivasan S. Muthuswamy, Kavitha Varadarajan2005-06-16
Terminating a process To forcibly terminate a running process, you can use TerminateProcess() in Windows.
This function terminates the running process and all the associated threads. Use this function only in extreme scenarios. In Linux, you can use Tutorial Pages: » A mapping guide for complex, multithreaded, multiprocess applications » Processes » Creating a process » Terminating a process » Using wait functions » Exiting a process » Environment variables » Examples » Threads » Examples of processes and threads » Next in the series » Resources First published by IBM DeveloperWorks
|
|