[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: |
Kim F. Storm |
Subject: |
Re: Fix for slow process output processing (please test). |
Date: |
06 Jan 2004 01:09:34 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
David Kastrup <address@hidden> writes:
> address@hidden (Kim F. Storm) writes:
>
> > David Kastrup <address@hidden> writes:
> >
> > > address@hidden (Kim F. Storm) writes:
> > >
> > > > I suppose that process-adaptive-read-buffering isn't really needed
> > > > on Windows,
> > >
> > > Since Windows is slow, anyway?
> >
> > Because the purpose of my patch was to fix a problem reported to be
> > specific for recent Linux kernels.
>
> Not just recent ones. They may have parameters acerbating the
> problem, but it has always been there. IIRC, the same effect was
> reported from FreeBSD; and I think it likely that almost all operating
> systems that proud themselves on high throughput and good
> interactivity and fast context switches will suffer from the same
> phenomenon when running on single processor machines, as long as they
> are able to reschedule the moment input arrives in a pipe. You need
> pretty wild scheduler strategies (like "anticipative scheduling") in
> order to avoid this effect.
I see -- and agree.
BTW, did you try to increase the buffer size?
--
Kim F. Storm <address@hidden> http://www.cua.dk
- Re: Fix for slow process output processing (please test)., (continued)
- Re: Fix for slow process output processing (please test)., Eli Zaretskii, 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/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 <=