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
Post a Comment