I have a program (proc1) where in the middle of it's work I create a new thread (Thr1) where I start a new process (Proc2). Thr1 - has an infinite loop an waiting for a signal from Proc2. Proc2 is a server which always waits for a connection from any client.I have a program (proc1) where in the middle of