[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix for slow process output processing (please test).
From: |
Eli Zaretskii |
Subject: |
Re: Fix for slow process output processing (please test). |
Date: |
Mon, 05 Jan 2004 21:09:50 +0200 |
> From: David Kastrup <address@hidden>
> Date: 05 Jan 2004 16:57:14 +0100
> >
> > I suppose that process-adaptive-read-buffering isn't really needed
> > on Windows,
>
> Since Windows is slow, anyway?
I think the reason is that Windows never feeds Emacs with such small
chunks from a pipe.
> I suppose the problem could be that the Windows equivalent of
> "select" that Emacs uses does a busy wait without yielding the CPU.
I think that's not true: it does yield the CPU. See w32proc.c:sys_select.
- Re: Fix for slow process output processing (please test)., David Kastrup, 2004/01/03
- Re: Fix for slow process output processing (please test)., Eric Hanchrow, 2004/01/03
- Re: Fix for slow process output processing (please test)., Kim F. Storm, 2004/01/04
- Re: Fix for slow process output processing (please test)., David Kastrup, 2004/01/05
- Re: Fix for slow process output processing (please test).,
Eli Zaretskii <=
- Re: Fix for slow process output processing (please test)., David Kastrup, 2004/01/05
- Re: Fix for slow process output processing (please test)., Jason Rumney, 2004/01/05
- Re: Fix for slow process output processing (please test)., Kim F. Storm, 2004/01/05
- Re: Fix for slow process output processing (please test)., Jason Rumney, 2004/01/05
- Re: Fix for slow process output processing (please test)., David Kastrup, 2004/01/05
- Re: Fix for slow process output processing (please test)., Jason Rumney, 2004/01/05
- Re: Fix for slow process output processing (please test)., Kim F. Storm, 2004/01/06
- Re: Fix for slow process output processing (please test)., Kim F. Storm, 2004/01/05
- Re: Fix for slow process output processing (please test)., David Kastrup, 2004/01/05
- Re: Fix for slow process output processing (please test)., Kim F. Storm, 2004/01/05