ChinaUnix.net
相关文章推荐:

EINPROGRESS

在SUN 下, read返回错误, 错误号是einprogress. 只知道非阻塞connect的时候可能返回这个errno, read返回einprogress是什么意思? 是不是另一个线程同时在读这个描述字? SUN的errno好像是线程安全的, 取到的errno应该只是当前线程置的.

by galaxywar - C/C++ - 2008-09-11 15:21:48 阅读(6419) 回复(7)

相关讨论

socket的connect返回error<115>. #define einprogress 115 einprogress The socket is marked as nonblocking. The connection cannot be immediately completed. The application program can select the socket for writing during the connection process. 改怎么办?

by gigabyte - C/C++ - 2012-12-19 15:20:06 阅读(14009) 回复(10)