Io Glossary

Browse 2 io terms defined in plain English, from the cultural dictionary of computing.

2 Io Terms

Non-Blocking IO
An I/O model in which system calls like `read()` and `write()` return immediately — either with available data or an EAGAIN/EWOULDBLOCK status — instead of...
Output Buffering
A technique in which output destined for a stream (stdout, an HTTP response, a file) is accumulated in a memory buffer rather than being sent immediately,...

Related Topics