On Mon, Nov 9, 2015 at 11:10 AM, Shahbaz Khan <[email protected]> wrote: > 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 > ?
The short answer is 'no' (as in: not supported and not really possible to integrate.) The longer answer is that libuv should be happily agnostic to e.g. IP-over-InfiniBand but I assume that is not what you had in mind. -- 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.
