Re: Patch 8.0.0097

2016-11-27 Fir de Conversatie Ken Takata
Hi Bram, 2016/11/26 Sat 23:10:03 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > 2016/11/25 Fri 1:23:12 UTC+9 Bram Moolenaar wrote: > > > Patch 8.0.0097 > > > Problem:When a channel callback consumes a lot of time Vim becomes > > >

Re: Patch 8.0.0097

2016-11-26 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2016/11/25 Fri 1:23:12 UTC+9 Bram Moolenaar wrote: > > Patch 8.0.0097 > > Problem:When a channel callback consumes a lot of time Vim becomes > > unresponsive. (skywind) > > Solution: Bail out of checking channel readahead after 10

Re: Patch 8.0.0097

2016-11-24 Fir de Conversatie Ken Takata
Hi Bram, 2016/11/25 Fri 1:23:12 UTC+9 Bram Moolenaar wrote: > Patch 8.0.0097 > Problem:When a channel callback consumes a lot of time Vim becomes > unresponsive. (skywind) > Solution: Bail out of checking channel readahead after 100 msec. > Files: src/os_unix

Patch 8.0.0097

2016-11-24 Fir de Conversatie Bram Moolenaar
Patch 8.0.0097 Problem:When a channel callback consumes a lot of time Vim becomes unresponsive. (skywind) Solution: Bail out of checking channel readahead after 100 msec. Files: src/os_unix.c, src/misc2.c, src/vim.h, src/os_win32.c *** ../vim-8.0.0096/src/os_unix.c