Danh mục

Kqueue: A generic and scalable event notification facility

Số trang: 13      Loại file: pdf      Dung lượng: 96.09 KB      Lượt xem: 24      Lượt tải: 0    
tailieu_vip

Hỗ trợ phí lưu trữ khi tải xuống: 1,000 VND Tải xuống file đầy đủ (13 trang) 0

Báo xấu

Xem trước 2 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Applications running on a UNIX platform need to be no- tified when some activity occurs on a socket or other de- scriptor, and this is traditionally done with the select() or poll() system calls. However, it has been shown that the performance of these calls does not scale well with an in- creasing number of descriptors. These interfaces are also limited in the respect that they are unable to handle other potentially interesting activities that an application might be interested in, these might include signals, file system changes, and AIO completions. This paper presents a generic event delivery mechanism, which allows an ap- plication to select from a wide range of...
Nội dung trích xuất từ tài liệu:
Kqueue: A generic and scalable event notification facility

Tài liệu được xem nhiều: