为什么nio java在多线程中使用管道而不是wait / notify来进行通信?

时间:2013-03-04 15:02:48

标签: java multithreading pipe mutex nio

选择器使用管道来唤醒在Linux下执行select()方法的其他阻塞线程。

为什么不使用wait / notify或conditon.await / signal()与线程进行通信?

0 个答案:

没有答案