Re: Non-Blocking INET getline

2005-11-20 Thread Beau E. Cox
Hi Andre Muench - At 2005-11-19, 18:55:13 you wrote: >Hi, > >I have a Problem with blocking INET reading. I created a socket and wait >till a client connect to it. But no matter what I do, whenever I try to >read from the socket, it blocks. I tried $Client->blocking(0), but it >seems to have

Non-Blocking INET getline

2005-11-20 Thread Andre Muench
Hi, I have a Problem with blocking INET reading. I created a socket and wait till a client connect to it. But no matter what I do, whenever I try to read from the socket, it blocks. I tried $Client->blocking(0), but it seems to have no effect. I tested it under Win2000 with Perl 5.6.1. Does a

Non-Blocking INET getline

2005-11-20 Thread [EMAIL PROTECTED]
Hi, I have a Problem with blocking INET reading. I created a socket and wait till a client connect to it. But no matter what I do, whenever I try to read from the socket, it blocks. I tried $Client->blocking(0), but it seems to have no effect. I tested it under Win2000 with Perl 5.6.1. Does a