Hello.
In my program, I have to open a process (that open a server), and only when it´s open I have to send to it some parametres from a client. My problem is that I don´t know how to make the program wait until the process is open and the server is listening, so, when I try to make the connection from the client, it is refused (because there is no server listening yet).
Does anybody know how to wait until the program is open?
Thank you
Martintxo
In my program, I have to open a process (that open a server), and only when it´s open I have to send to it some parametres from a client. My problem is that I don´t know how to make the program wait until the process is open and the server is listening, so, when I try to make the connection from the client, it is refused (because there is no server listening yet).
Does anybody know how to wait until the program is open?
Thank you
Martintxo