Re: Qpid 0.22 spec file for SL 6.2

2013-11-27 Thread Andrew Stitcher
On Wed, 2013-11-27 at 14:16 +, Bruno Matos wrote: > Hi, > > I've changed the Qpid 0.22 spec file from FC18 to build RPMs for SL 6.2. > If someone need, they are in attachment, and the contents are: > * Final Qpid spec file for SL 6.2; > * Diff from original spec file; > * Patch to add -

RE: QPid 0.14 messaging times

2013-11-27 Thread Steve Huston
This is a bit of a SWAG but you may be seeing effects of Nagle's algorithm. I believe the default for --tcp-nodelay changed to "on" sometime after your version. You may want to try that on both the client and broker side. -Steve > -Original Message- > From: Toralf Lund [mailto:toralf.l.

QPid 0.14 messaging times

2013-11-27 Thread Toralf Lund
Hi. I'm testing pretty standard (I think) request-response type setup for communication between two processes, using QPid 0.14 (AMQP 0.10). Messaging is implemented via a the C++ Messaging API, and the broker is qpidd from qpid-cpp-server. All running under CentOS 6.4. Messages are typically

Qpid 0.22 spec file for SL 6.2

2013-11-27 Thread Bruno Matos
Hi, I've changed the Qpid 0.22 spec file from FC18 to build RPMs for SL 6.2. If someone need, they are in attachment, and the contents are: * Final Qpid spec file for SL 6.2; * Diff from original spec file; * Patch to add -DNDEBUG to Gnu compiler. The NDEBUG is needed because there is an as