vote up 0 vote down star

I have a Program which is written in C++. It is a program which needs to be restarted when network connection is lost ...

I have written program code which is pinging IP and I'm stuck on that ...

Can anybody show me the code for the next step

Thank you beforehand.

flag
Why do you want to restart your Program when network connection is lost? Shouldn't you reopen your network connection? – Arthur Sep 28 at 9:20
there is server and all of the computers are connected in one IP when network is lost i want to restart the program .. – Tornike Sep 28 at 9:27

1 Answer

vote up 0 vote down

You need to create a separate program which monitors your program, and starts it if it stops.

link|flag
can you write code of that program ??? i tried smt like that and it didn't worked – Tornike Sep 28 at 10:39

Your Answer

Get an OpenID
or

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