cc: [email protected] Subject: Re: [shell-discuss] "atomic" writes to a pipe ? --------
> Hi! > > ---- > > Is there a way that multiple proceses can write to the same pipe fd but > keep their writes "atomic" (regardless of the size, e.g. the writes may > be 1 byte or 300GB), e.g. that the data (or better "record") being > written appears in one piece ? > > Bye, > Roland > The standard is clear that only writes of PIPE_BUF or less are guaranteed to be atomic. David Korn [EMAIL PROTECTED] _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
