Unable to fork my process and have the child in its own xterm
I have a multi-threaded application. It uses fork to create the multiple processes all sharing some of the common resources and setup. Unfortunately, there is output from each of the child processes and it is very difficult to see what each is doing. I'd like to have the child processes each have its own console/terminal/xterm so that it can interact with the user.
|