Re: Multithreaded accept/connect hang (WSAEINPROGRESS)

2008-07-29 Thread Corinna Vinschen
On Jul 28 14:49, Labarre, Jean (GE Healthcare) wrote: > could somebody give me some details on how to "implement accept in > non-blocking mode manually in application", as Corinna suggested in > the aforementionned post? I meant just normal non-blocking operation. socket(); bind(); fcntl(

Re: Multithreaded accept/connect hang (WSAEINPROGRESS)

2008-07-28 Thread Christopher Faylor
On Mon, Jul 28, 2008 at 02:49:02PM -0400, Labarre, Jean (GE Healthcare) wrote: > > Hello, > >I am working on a project making use of the cygwin X server (Xwin). One >requirement we have is to avoid any potential security issue so I was >trying to modify the Xwin window manager and clipboard code s

Multithreaded accept/connect hang (WSAEINPROGRESS)

2008-07-28 Thread Labarre, Jean (GE Healthcare)
Hello, I am working on a project making use of the cygwin X server (Xwin). One requirement we have is to avoid any potential security issue so I was trying to modify the Xwin window manager and clipboard code so that it would work with the "-nolisten tcp" option (currently, both window manager