You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by euroford <an...@gmail.com> on 2013/04/06 02:27:44 UTC

rdma support in python

Hi all,

THere is a project Python-rmda, https://github.com/jgunthorpe/python-rdma,
is that possible qpid-python got rmda support with it?

Bests, 
An Yang



--
View this message in context: http://qpid.2158936.n2.nabble.com/rdma-support-in-python-tp7591210.html
Sent from the Apache Qpid Proton mailing list archive at Nabble.com.

Re: rdma support in python

Posted by Rafael Schloming <rh...@alum.mit.edu>.
Hi,

There are a few different ways you could integrate RDMA into the proton
architecture. For example you could provide a general purpose C driver for
RDMA similar to the TCP driver currently included. This would be something
you could use from any of the bindings, not just python. The proton roadmap
also includes several features geared towards allowing you to supply your
own driver with messenger. This would be something you could use to write
your own integration glue between python RDMA and proton's python bindings,
once available.

Can you describe your use case a bit more? Is it explicitly integration
with the python RDMA module you mention or are you just generally
interested in running AMQP over RDMA and like developing in python?

It's also worth nothing that there is no official specification for a
binding of AMQP over RDMA. That doesn't of course preclude you from
developing one, however depending on your use case it may be more or less
important for you to kickstart some kind of activity towards an RDMA
binding in the OASIS bindings and mappings TC.

--Rafael



On Fri, Apr 5, 2013 at 8:27 PM, euroford <an...@gmail.com> wrote:

> Hi all,
>
> THere is a project Python-rmda, https://github.com/jgunthorpe/python-rdma,
> is that possible qpid-python got rmda support with it?
>
> Bests,
> An Yang
>
>
>
> --
> View this message in context:
> http://qpid.2158936.n2.nabble.com/rdma-support-in-python-tp7591210.html
> Sent from the Apache Qpid Proton mailing list archive at Nabble.com.
>