exiting from a blocking select call!
Posted
by Jay
on Stack Overflow
See other posts from Stack Overflow
or by Jay
Published on 2010-04-14T09:17:31Z
Indexed on
2010/04/14
9:23 UTC
Read the original article
Hit count: 257
I am calling a third party API which creates a socket, does a connect and then calls select API by passing the socket to block forever.
I don't have access to the socket. Is there some way in which I can make the select call come out from my application without having access to the socket?
My platform is Windows.
© Stack Overflow or respective owner