Re: listen socket / poll block

2011-04-20 Thread Thomas Stalder
Works well! Many thanks, Thomas 2011/4/18 Corinna Vinschen > I applied a fix which enforces the Linux behaviour.  Please give the > next developer snapshot from http://cygwin.com/snapshots/ a try. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com

Re: listen socket / poll block

2011-04-18 Thread Corinna Vinschen
On Apr 6 18:19, Thomas Stalder wrote: > Hello, > > I made a small application that block poll function. > > the result is : > > before pthread_create > after pthread_create > before poll > before shutdown socket > after shutdown socket > before close socket > after close socket > > > under li

listen socket / poll block

2011-04-06 Thread Thomas Stalder
Hello, I made a small application that block poll function. the result is : before pthread_create after pthread_create before poll before shutdown socket after shutdown socket before close socket after close socket under linux the result is: before pthread_create after pthread_create before p