i have to make a presentation about Linux/Unix I/O: File I/O,Standard I/O, buffered/unbuffered I/O and formatted/unformatted I/O.
i'm not sure how to order these kinds of I/O to make sense.
here is my try:
is this correct ??
thx anyway
It looks like a good start. I would add the following topics:
epoll
, poll
and select
readv
, writev
mmap