Buffer Full的意思|示意

美 / / 英 / /

缓冲区已满


Buffer Full的网络常见释义

缓冲区已满 缓冲区已满(buffer full):假定router的缓冲区已经存满发送方发来的IP协议数据报了,它将发送ICMP协议信息给发送方并通知它缓冲区已满,假如再继续接受的话将...

Buffer Full相关短语

1、 BUFU BUFfer fUll 缓冲区满

2、 output buffer full 输出缓冲器满 ;

3、 input buffer full 输入缓冲器满 ; 输入缓冲满

Buffer Full相关例句

An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.

由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作。

In other words, after CPU utilization bumps against the buffer on a regular basis, the server is considered full and is off-limits to LPAR builds.

换句话说,如果CPU利用率经常达到缓冲阈值,就认为服务器满负载了并禁止构建新的LPAR。

When the producer thread production product, if the buffer is full, then the producer thread must wait for the release of the consumer thread to an empty buffer.

消费者线程从缓冲区中获得产品,然后释放缓冲区。当生产者线程生产产品时,如果缓冲区已满,那么生产者线程必须等待消费者线程释放出一个空缓冲区。

Each time the rest of the disk becomes full, the buffer size is halved.

当卷的使用空间变满后每一次重启缓冲区的大小都将会减半。

This changes the state of the buffer to FULL.

这样就把缓冲的状态变成FULL。

A programmer can specify a buffer size - sending to a buffered channel will not block unless the buffer is full, and reading from a buffered channel will not block unless the buffer is empty.

程序员可以指定缓冲大小——想缓冲的channel发送消息不会阻塞,除非缓冲已满,同样从缓冲的channel读取也不会阻塞,除非缓冲是空的。