Would be interesting to experiment with this as an alterantive to EPOLL as described here: https://blog.cloudflare.com/io_submit-the-epoll-alternative-youve-never-heard-about/
Though from what I see currently the API only supports actual "File" instances, not arbitrary file descriptors (which we can also extract from SocketChannels via reflection).
Would be interesting to experiment with this as an alterantive to EPOLL as described here: https://blog.cloudflare.com/io_submit-the-epoll-alternative-youve-never-heard-about/
Though from what I see currently the API only supports actual "File" instances, not arbitrary file descriptors (which we can also extract from SocketChannels via reflection).