Tru64 pipe buffer size

From: Iain Barker (ibarker_at_aastra.com)
Date: 04/06/05

  • Next message: gmb-mcg-it-unix-admin: "SUMMARY: Strange softlink permissions problem in Tru64 5.1B"
    Date: Wed, 06 Apr 2005 14:56:53 -0400
    To: tru64-unix-managers@ornl.gov
    
    

    Managers,

    Is there any way to alter the buffer size used for the pipe (|) command on Tru64?

    We have a third-party tool which writes line-by-line to terminal device, but when its output is piped it seems to be buffering the data in chunks of approx 4KB at a guess.

    For example, assuming each line represents ~1.5K of data:

    ./foobar
    a
    b
    c
    d
    e
    f
    end of data

    ./foobar | tee outfile
    a
    b
    c
    <20 minute wait>
    d
    e
    f
    end of data

    thanks,
            Iain


  • Next message: gmb-mcg-it-unix-admin: "SUMMARY: Strange softlink permissions problem in Tru64 5.1B"