Ray Bucannon has asked for the wisdom of the Perl Monks concerning the following question:

Dear Order of the Monks,

I've been tasked with helping with some Perl a user is having issues with (me being a Perl beginner): -

We're using Activestate v5.8.8 on Windows XP - The issue is of opening a socket connection with non-blocking IO.

The code just hangs in Windows (like its still blocking) but when I tested on a Linux box it seemed to work fine.

What I need to know is if it works in Windows or if not is there another way to work with non-blocking IO and sockets using Perl.

Thanks

Ray

Replies are listed 'Best First'.
Re: non-blocking IO in Windows
by Corion (Patriarch) on Jul 12, 2007 at 14:18 UTC