I am writing a program which runs 3 parallel processes, each one receiving commands from the user. But I need to run 3 command prompts, one for every process, and I'm not sure how that's coded in C.
To get that to work in a single terminal, you have to:
The first two are non-trivial technical problems requiring inter-process coordination (communication). The last is not soluble.
As a UI design, that sounds extremely ... sub-optimal.
If you use multiple terminals, then the process-level coordination issues go away; each process works with its own terminal window and the system handles the coordination. The user, though, has to switch between the different windows to enter the correct data now, so you still have problem 3. As a UI design, that still sounds ... sub-optimal.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With