Re: [PATCH] Cygwin: select: Speed up select() call for pty, pipe and fifo.

2020-01-14 Thread Corinna Vinschen
On Jan 13 22:17, Marco Atzeri wrote: > Am 13.01.2020 um 17:33 schrieb Corinna Vinschen: > > On Jan 6 23:38, Takashi Yano wrote: > > > - The slowing down issue of X11 forwarding using ssh -Y, reported > > >in https://www.cygwin.com/ml/cygwin/2019-12/msg00295.html, > > >is due to the change

Re: [PATCH] Cygwin: select: Speed up select() call for pty, pipe and fifo.

2020-01-13 Thread Marco Atzeri
Am 13.01.2020 um 17:33 schrieb Corinna Vinschen: On Jan 6 23:38, Takashi Yano wrote: - The slowing down issue of X11 forwarding using ssh -Y, reported in https://www.cygwin.com/ml/cygwin/2019-12/msg00295.html, is due to the change of select() code for pty in the commit 915fcd0ae8d83546

Re: [PATCH] Cygwin: select: Speed up select() call for pty, pipe and fifo.

2020-01-13 Thread Corinna Vinschen
On Jan 6 23:38, Takashi Yano wrote: > - The slowing down issue of X11 forwarding using ssh -Y, reported > in https://www.cygwin.com/ml/cygwin/2019-12/msg00295.html, > is due to the change of select() code for pty in the commit > 915fcd0ae8d83546ce135131cd25bf6795d97966. cygthread::detach() >

Re: [PATCH] Cygwin: select: Speed up select() call for pty, pipe and fifo.

2020-01-12 Thread Marco Atzeri
Am 06.01.2020 um 15:38 schrieb Takashi Yano: - The slowing down issue of X11 forwarding using ssh -Y, reported in https://www.cygwin.com/ml/cygwin/2019-12/msg00295.html, is due to the change of select() code for pty in the commit 915fcd0ae8d83546ce135131cd25bf6795d97966. cygthread::detac

[PATCH] Cygwin: select: Speed up select() call for pty, pipe and fifo.

2020-01-06 Thread Takashi Yano
- The slowing down issue of X11 forwarding using ssh -Y, reported in https://www.cygwin.com/ml/cygwin/2019-12/msg00295.html, is due to the change of select() code for pty in the commit 915fcd0ae8d83546ce135131cd25bf6795d97966. cygthread::detach() takes at most about 10msec because Sleep() i