Can UNIX pipe connections be compiled?
Narayan S. Raja
raja at bombay.cps.msu.edu
Sat Jan 19 18:27:55 AEST 1991
In article <1991Jan18.230530.9331 at convex>, (Tom Christiansen) writes:
< From the keyboard of dana at rucs.runet.edu (Dana Eckart):
< :Does there exist a piece of software (or is it even possible) to compile
< :a pipe? In particular, suppose you had
< :
< : ls -l | fgrep "Dec" | cut -f 4
< :
< :is there anyway to compile the above pipeline so that the pieces can
< :communicate more quickly. I am looking for a general solution, not
< :one that works only for the above example.
< In general, the answer to whether things like this can be automagically
< compiled is no, because you can't know what all the pieces are a priori.
However, wouldn't pipes be speeded up considerably
on a Sun by mounting /tmp as a tmpfs filesystem
(i.e. memory-based filesystem)? Apparently tmpfs
is *really* quick under SunOS 4.1.1.
Pardonnez-moi if this is a dumb suggestion.
Narayan Sriranga Raja.
More information about the Comp.unix.questions
mailing list