[jira] [Resolved] (PROTON-286) Windows driver hangs on pending connection close

2013-04-08 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen resolved PROTON-286. - Resolution: Fixed Fix Version/s: 0.5 Fixed: http://svn.apache.org/r1465858

[jira] [Created] (PROTON-286) Windows driver hangs on pending connection close

2013-04-08 Thread Cliff Jansen (JIRA)
Cliff Jansen created PROTON-286: --- Summary: Windows driver hangs on pending connection close Key: PROTON-286 URL: https://issues.apache.org/jira/browse/PROTON-286 Project: Qpid Proton Issue Type

possible cool change to pn_messenger_route()

2013-04-08 Thread Michael Goulish
While working on docs, I was getting excited about something cool that I could do with pn_messenger_route() And then I realized that I couldn't. What would you think about allowing replacement of an old route by a new route with the same pattern ? It seems like this would allow some cool,

Re: rdma support in python

2013-04-08 Thread Rafael Schloming
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 road

Cross-MinGW linking problem

2013-04-08 Thread Robin Lee
Hi, every body. I was just tring to build Proton (svn1465587) with MinGW on Fedora cross-compiling environment[1]. When linking libqpid-proton.dll, I found libqpid-proton.dll.a is missing symbols available in the dll. The linking command: /usr/bin/i686-w64-mingw32-gcc -Wl,--no-undefined -sha

Re: Valgrind based soak tests fail against earlier versions of valgrind (3.2.1)

2013-04-08 Thread Keith W
Hi Ken I confirm all now looks good. Thanks for all your help. cheers, Keith On 5 April 2013 16:26, Ken Giusti wrote: > Hi Keith, > > Just FYI - I've got access to a RHEL5.3 box, reproduced what you are seeing > and have submitted a patch on trunk. > > You should be good to go now, let me kno