Hello everyone, I am developing a server that communicates using TCP as well as RDMA in C.
I wanted to know if RDMA is/or will be supported by libuv? I am new to RDMA programming. I understand that RDMA workflow is also event-based and all operations are done directly by device driver and user is notified when operations are done. By this logic, I think RDMA cannot be integrated to libuv as epoll/kqueue will require kernel interference. Am I right? Also is there any other way I can integrate RDMA into my existing libuv code ? Thanks -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
