scsh-users
[Top] [All Lists]

non-blocking/sync/append I/O

To: scsh@martigny.ai.mit.edu
Subject: non-blocking/sync/append I/O
From: shivers@ai.mit.edu (Olin Shivers)
Date: 11 Sep 1996 03:39:42 -0400
Organization: Artificial Intelligence Lab, MIT
Reply-to: shivers@ai.mit.edu
    From: dmh@tibco.COM (David Hull)
    Date: 4 Sep 1996 18:47:37 -0400
    Message-ID: <9609042247.AA28068@tekbspa.tibco.com>
    BTW, I can't seem to find any reference to fcntl(2) in the manual.  Is
    this because it's not documented, or because it's not supported (e.g.,
    non-POSIX), or because I'm not looking hard enough?

    From: holly@random.ZAIT.Uni-Bremen.DE (Holger Duerer - Esperanto parolata)
    Useful things you haven't mentioned might be reading/setting file
    modes (asynch, blocking, append)

You can *already* do these things in scsh if you are willing to specify
them when you open the file. See OPEN-FILE in the scsh manual.
        -Olin

<Prev in Thread] Current Thread [Next in Thread>