Is there a way we could have two Shell terminal?
So we could enable the master/worker communication between them?
19wintersp
You can have two instances of Bash simultaneously communicating over a pipe, if that's what you mean.
RYANTADIPARTHI
no i don't think that's possible.
i remember i used socket once, it gave me two terminals, maybe you can use socket just to get a second terminal and then remove socket from your code?