c - Run multiple executables all at once -


i have c sockets application, different executables of must run @ same time @ once, preferably in different terminals. how do it? example, there 4 exes, ./one, ./two, ./three, ./four.

i want them run in different linux terminals without slightest of time difference. how can it?

there @ least "slightest of time difference". have exe's agree on time proceed , sleep until time before doing whatever need do.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -