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? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -