In computing, a buffer is a region of memory used to temporarily hold output or
input data, comparable to buffers in telecommunication. The data can be output to or input
from devices outside the computer or processes within a computer. Buffers can be implemented in
either hardware or software, but the vast majority of buffers are implemented in software. Buffers
are used when thereis a difference between the rate at which data is received and the rate at which
it can be processed, or in the case that these rates are variable, for example in a printer spooler.[@more@]
input data, comparable to buffers in telecommunication. The data can be output to or input
from devices outside the computer or processes within a computer. Buffers can be implemented in
either hardware or software, but the vast majority of buffers are implemented in software. Buffers
are used when thereis a difference between the rate at which data is received and the rate at which
it can be processed, or in the case that these rates are variable, for example in a printer spooler.[@more@]
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-983329/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-983329/
1129

被折叠的 条评论
为什么被折叠?



