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

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

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