in reply to Re^2: Fork is changing up my IO::Select behaviour
in thread Fork is changing up my IO::Select behaviour

I believe I have the behaviour problem solved. I wasn't using autoflush. I don't fully understand it because the data passed back and forth very well when just using accept(), but not with accept() and fork(). In any case, $EC->AUTOFLUSH; allowed me to write out of the server to the client.

Thanks for your help. I've added your code.

  • Comment on Re^3: Fork is changing up my IO::Select behaviour