Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Non-blocking sockets

Status
Not open for further replies.

damlui

Technical User
Jul 27, 2004
1
IT
Hi,

I use activePerl, 5.8.0 built, on Windows 2000 SP3, when I try to make non-blocking sockets with:

fcntl($socket, F_SETFL(), O_NONBLOCK())

I receive the following error:

"Your vendor has not defined Fcntl macro F_SETFL, user at test.pl line 56"

Is there currently any way to get non-blocking sockets on Windows?

I would very much appreciate some assistance with this?

Thanks, Luigi.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top