Re: Multithreaded accept/connect locks

2007-06-28 Thread Corinna Vinschen
On Jun 28 16:17, [EMAIL PROTECTED] wrote: > On Jun 27 19:08, Corinna Vinschen wrote: > > Yes, that's the same problem. From stracing the problem it appears > > that the underlying problem is in WinSock. connect returns with an > > error 10036, WSAEINPROGRESS, because the other thread is at that >

Re: Multithreaded accept/connect locks

2007-06-27 Thread Corinna Vinschen
On Jun 26 16:39, [EMAIL PROTECTED] wrote: > I'm trying to test some socket code inside a single process. I have two > threads, a server and a client, and try to connect a Unix domain socket > between them, but the threads block on accept() and connect() respectively. > I've tried blocking on s