Sockets: I/O Error 32

Posted by Genesis on Stack Overflow See other posts from Stack Overflow or by Genesis
Published on 2010-05-08T04:53:04Z Indexed on 2010/05/08 4:58 UTC
Read the original article Hit count: 148

Could someone please explain what an I/O Error 32 refers to in the context of a network socket?

I have a multithreaded Socks5 server written using Poco SocketReactors and am getting this error when the server load reaches a certain point. The exception is thrown within my onReadable handlers at the same time across all threads which have connections associated with them. The only other thing I am doing within those threads is std::cout but I am not sure if this is a potential cause.

© Stack Overflow or respective owner

Related posts about sockets

Related posts about threads