Saturday, 31 August 2013

How does an output buffer in a server work

How does an output buffer in a server work

How does an output buffer of a server application work in principle?
Input buffering is clear to me. You collect incoming data until, for
instance, a newline character indicating "end of line" is found.
But how would an output buffer be implemented (just roughly)? Thanks!

No comments:

Post a Comment