Results 1 to 2 of 2
Is the following possible from c++?
Start a process.
Close the same process.
Check/Verify that the process is not running.
Start the process again...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-29-2012 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 4
Start and close processes c++
Is the following possible from c++?
Start a process.
Close the same process.
Check/Verify that the process is not running.
Start the process again
- 08-30-2012 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,152
See the use of fork()/exec(). However, why do you want to do this?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
