tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Writing to multiple descriptors with one system call



On Wed, Mar 17, 2010 at 12:50:51PM +0000, Sad Clouds wrote:
> Hi is there some undocumented system call that allows a user process to
> write to multiple descriptors in one go?

No. It's usefulness is questionable and the interface would be messy
(e.g. what should it return? how do you know which writes finished and
which didn't).

Joerg


Home | Main Index | Thread Index | Old Index