vote up 0 vote down star

Hi ,

I have a software that runs on mac (using terminal program) the program is old software that talks to phone using blue-tooth. The pairing sometimes breaks and I have to restart it to work again. Is there a way to monitor the process and make it run again automatically??

Thanks,

Tam

flag

77% accept rate
you are looking to develop software to see if an outgoing connection is somehow severed so you can automatically reestablish connection with a remote service? – akf Jun 27 at 1:42

1 Answer

vote up 0 vote down

If by "monitor" you mean "monitor for the process dying," then you should look at launchd, which can automatically restart a process when it dies. Or do you have some other monitoring in mind?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.