Hello.

I'm pleased to announce following projects:

1/2 - Kevent subsystem.
        This subsystem incorporates several AIO/kqueue design notes and ideas.
        Kevent can be used both for edge and level notifications. It supports
        socket notifications (accept and receiving), inode notifications
        (create/remove), generic poll()/select() notifications, timer
        notifications and network AIO notifications.

2/2 - Network asynchronous IO. Receiving (TCP) support.
        Network AIO is based on kevent and works as usual kevent storage on top
        of it. It allows to receive data directly into userspace pages
        asynchronously from socket's receiving queue from softirq context.

-- 
        Evgeniy Polyakov
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to