This is important in Python programs because file input and output are, by default, buffered; data isn't written as soon as you call a print statement but is instead written in chunks.
All output is flushed while all input is buffered. Each object contains its own input buffer.
所有的输入在缓冲的同时所有的输出都将被清空,每一个对象都有自己的输入缓冲。
3
The structure and the operation mechanism for the input-buffered Ethernet switch with input and output virtual queues is analyzed. The model is simulated and evaluated by computer simulation.