higher priority to more in "XXXX |more"
Doug Gwyn
gwyn at smoke.BRL.MIL
Fri Jun 29 02:11:24 AEST 1990
In article <4879 at pegasus.ATT.COM> mpl at pegasus.ATT.COM (Michael P. Lindner) writes:
-I've got a proposal that stdio flush output buffers if there is something in
-the buffer for longer than X, where X is some amount of time. Thus, programs
-that are doing a lot of output get buffering, and line-at-a-time slow going
-programs get their data out into the real world reasonably quickly. This is
-not hard to implement, either.
How weird. Can you do this without planting a signal handler and setting
up an alarm? I'd hate to see the standard library start using alarms.
This behavior also might be considered contrary to that specified in the
C standard.
More information about the Comp.unix.questions
mailing list