When Domino 6 was designed, the Linux (x86) kernels it had to support did not have sys-epoll capability.
当设计Domino6时,它所需要支持的Linux (x86)内核还没有sys -epoll功能。
There have been many new APIs proposed to improve the scalability, such as /dev/poll, real-time signals, I/O completion ports, /dev/epoll, and kernel queues.
为了提高可伸缩性,已经提出了许多新的API,比如 /dev/poll、实时信号、I/O完成端口、/dev/epoll和内核队列。
With Domino 7, we take advantage of the sys-epoll feature in the new kernels (for example, SuSE SLES 8 and SLES 9), which allow Domino to use the same threadpool model as other platforms.
在Domino7 中,我们利用了新内核的 sys-epoll特性(例如SuSESLES8和 SLES9),这可以允许 Domino使用与其他平台上类似的线程池模型。
With Domino 7, we take advantage of the sys-epoll feature in the new kernels (for example, SuSE SLES 8 and SLES 9), which allow Domino to use the same threadpool model as other platforms.
在Domino7 中,我们利用了新内核的 sys-epoll特性(例如SuSESLES8和 SLES9),这可以允许 Domino使用与其他平台上类似的线程池模型。
应用推荐