stop the blocking recv
- From: JC <someone@xxxxxxxxxxxxx>
- Date: Wed, 26 Jul 2006 18:55:48 +0800
Hi
I run recv in a thread. How can I stop the recv in another thread?
TerminateThread is not a good solution to me
I've tried
shutdown(connfd, 2);
closesocket(connfd);
However, the recv doesn't return.
Any suggestion?
Thanks
JC
.
- Prev by Date: Re: CreateCompatibleBitmap issue
- Next by Date: Re: on WM5, is it possible to have tooltips in a Toolbar (i.e. not a CommandBar) ?
- Previous by thread: Re: about deployment
- Next by thread: Re: Click next button
- Index(es):