Interrupt-Driven的意思|示意
adj.中断驱动的
Interrupt-Driven的网络常见释义
中断驱动 第 一个ISR的目的是让我们可以使用中断驱动(interrupt-driven)的序列埠通讯。如此,我们可以确保不会有任何资讯 遗漏掉,因为接踵而来的资讯还是会写到通讯缓冲器里。
Interrupt-Driven相关短语
1、 Interrupt-Driven Execution 中断驱动执行
2、 interrupt driven processor 中断驱动处理器
3、 interrupt driven 中断驱动
Interrupt-Driven相关例句
Interrupt-driven communication is much more efficient than polling.
中断驱动的通讯比轮转方式的更高效。
Device drivers are either polling or interrupt-driven, with the latter being more generally preferred.
设备驱动程序不是轮询的就是中断驱动的,后一种越来越成为首选的。
Driven on the device side. The device sends a hardware signal (by generating an interrupt) to the kernel when it needs the kernel's attention.
设备驱动模式,在设备须要内核关注时,由设备主动发送一个硬件信号(通常是通过一个中断)给内核。
In this model, we do a combination of interrupt driven and polling driven network IO.
在该模型中,我们组合了中断驱动和轮询驱动的网络IO。