Re: Compiling proton-c for Linux Alpine

2017-11-23 Thread Alan Conway
On Thu, Nov 23, 2017 at 5:48 AM, Chris Richardson wrote: > [snip: discussion of issues building on Linux Alpine] > > Another alternative is that we make a more official version of the source > code hack I previously mentioned to make Proton compatible with the reduced > (I'm not judging) musl lib

Re: Java Broker performance

2017-11-23 Thread Robbie Gemmell
Could you answer my question around confirming what client you are using for the comparison below, the C++ one or the JMS one? I'm guessing it is the C++ one. In which case, Rob's thoughts are the likely explanation for why the Java broker isnt any faster with it than you are seeing, and testing w

Re: Java Broker performance

2017-11-23 Thread tomas.soltys
Hi Keith, I'm still getting huge differences, but I still hope it is related to how I configured my brokers. Please find attached file brokers.gz containing setup of my two brokers (cpp and java). Both I tried to setup to be as similar

Re: [VOTE] Release Apache Qpid Python 1.37.0

2017-11-23 Thread Jakub Scholz
+1 ... I run my tests against different versions of Qpid C++ broker On Wed, Nov 22, 2017 at 9:10 PM, Robbie Gemmell wrote: > Hi folks, > > I have put together a spin for a Qpid Python 1.37.0 release, please > give it a test out and vote accordingly. > > The source archive can be grabbed from: >

Re: [VOTE] Release Apache Qpid Python 1.37.0

2017-11-23 Thread Gordon Sim
On 22/11/17 20:10, Robbie Gemmell wrote: Hi folks, I have put together a spin for a Qpid Python 1.37.0 release, please give it a test out and vote accordingly. The source archive can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/python/1.37.0-rc1/ The JIRAs currently assigned ar

Re: Qpid Proton 0.18.1 - libuv.c

2017-11-23 Thread Venkat B
Good day Roddie, Thanks for your reply & the pointers to the information. Regards, Venkat On Thu, Nov 23, 2017 at 6:42 AM, Roddie Kieley wrote: > Hi Venkat, there are indeed issues on Mac OS X with the mutex > initialization and > destruction as you indicate. A pull request with the required f

Re: [VOTE] Release Apache Qpid Python 1.37.0

2017-11-23 Thread Robbie Gemmell
On 22 November 2017 at 20:10, Robbie Gemmell wrote: > Hi folks, > > I have put together a spin for a Qpid Python 1.37.0 release, please > give it a test out and vote accordingly. > > The source archive can be grabbed from: > https://dist.apache.org/repos/dist/dev/qpid/python/1.37.0-rc1/ > > The JI

Re: Compiling proton-c for Linux Alpine

2017-11-23 Thread Chris Richardson
On 21 November 2017 at 17:41, Alessio Gottardo wrote: > Thank you Chris, > > I've been reading about this new world (to me) of the reasons behind glibc > and ulibc. In some way there are similar issues in "toy languages / higher > level languages" like java or javascript (node.js) when shipping