[comp.unix.wizards] Paging should come before multiplexing

gwyn@smoke.BRL.MIL (Doug Gwyn) (10/07/89)

In article <295@nisca.ircc.ohio-state.edu> bernstei@hpuxa.ircc.ohio-state.edu (Dan Bernstein) writes:
-If paging comes after multiplexing, then it can't be used to cut off a
-long output, because it can't distinguish that long output from short
-outputs multiplexed into the middle.
-I don't want a simplistic pager whose only functions are to slow down
-the output so that I can read it, and to make me type ^Q after every
-page. I want a pager that can cut off the remaining pages---so I will
-not put my pager in the terminal.

??? Perhaps you should explain what your model of "multiplexing" is.
My terminal runs multiplexed much of the time, but each output is
demuxed to a different window and can be controlled separately.
I shudder to think of trying to visually demux intermixed output.

bernstei@hpuxa.ircc.ohio-state.edu (Dan Bernstein) (10/08/89)

If paging comes after multiplexing, then it can't be used to cut off a
long output, because it can't distinguish that long output from short
outputs multiplexed into the middle.

I don't want a simplistic pager whose only functions are to slow down
the output so that I can read it, and to make me type ^Q after every
page. I want a pager that can cut off the remaining pages---so I will
not put my pager in the terminal.

This argument does not apply to ``simplistic'' pagers, and it would not
apply if the distinctions between processes could be preserved through
multiplexing.

---Dan Bernstein, brnstnd@acf10.nyu.edu, bernstei@hpuxa.ircc.ohio-state.edu