Resource temporarily unavailable

These are old archives. They are kept for historic purposes only.
Post Reply
Cabby37
Posts: 10
Joined: Thu Jul 29, 2004 2:18 am

Resource temporarily unavailable

Post by Cabby37 »

ok can someone explain this

*** Drakan0572uk ([email protected]) Quit (Resource temporarily unavailable)
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

MSDN wrote:Resource temporarily unavailable.
This error is returned from operations on nonblocking sockets that cannot be completed immediately, for example recv when no data is queued to be read from the socket. It is a nonfatal error, and the operation should be retried later. It is normal for WSAEWOULDBLOCK to be reported as the result from calling connect on a nonblocking SOCK_STREAM socket, since some time must elapse for the connection to be established.
Helpful?
Post Reply