in reply to Re: Timing issues with IO::Socket::INET and IO::Select
in thread Timing issues with IO::Socket::INET and IO::Select

Anonymous Monk,
Since socket handles have auto-flush turned on by default using these modules, I assume this is an issue of the client. More specifically, the client doing it's own buffering. This shouldn't be a huge deal since I intend to limit the amount one can say anyway but I am interested in hearing more.

Cheers - L~R

  • Comment on Re^2: Timing issues with IO::Socket::INET and IO::Select