in reply to Re: poorly documented behaviour of readline() and IO::Select
in thread poorly documented behaviour of readline() and IO::Select
sleep here is just for example.
correct solution would be read with sysread/syswrite and detect newline somehow.
or develop protocol which not depends on delimiter for messages.