Re: Script to fork, send data to parent via a tcp conn

2016-05-16 Thread Jim Gibson
> On May 15, 2016, at 5:05 AM, Unknown User wrote: > > The port is not in use before i run the script. It is in use when i > run it. However the problem is that only one iteration runs. I > expected all to run. Your ‘listen’ statement is in a loop. Therefore, the second time through the loop,

Re: Script to fork, send data to parent via a tcp conn

2016-05-16 Thread Unknown User
The port is not in use before i run the script. It is in use when i run it. However the problem is that only one iteration runs. I expected all to run. On Sun, May 15, 2016 at 1:52 AM, Jon E Price wrote: > Perhaps port 8989 is in use? > > Have you tried >telnet 127.0 0.1 8989 > > Can you conn