On 6 April 2013 03:30, euroford <[email protected]> wrote: > THere is a project Python-rmda, https://github.com/jgunthorpe/python-rdma, > is that possible qpid-python got rmda support with it? >
Though not a direct answer to your question, there is a swig based wrapper of the c++ API in python. There has been some good work done on making it almost identical to using the pure python implementation. Since the c++ impl underneath can be configured to use RDMA, that would be another way of getting python and RDMA.
