Re: Proton 0.7 RC1

2014-03-21 Thread Bozo Dragojevic

On 14. 03. 14 21:25, Rafael Schloming wrote:

Hi Everyone,

There's been a bunch of key improvements/fixes since Proton 0.6, so it's
probably about time for a new release. I've just posted the first RC in the
usual places. Please check it out and give a shout if you run into any
issues.

Source artifacts:

   http://people.apache.org/~rhs/qpid-proton-0.7rc1/

Java binaries:

   https://repository.apache.org/content/repositories/orgapacheqpid-1001/

--Rafael



Building on VS2013 uncovered a typo and while there I fixed a warning 
that apparently wasn't there before.


https://github.com/boo/qpid-proton/commits/trunk

25a5701 Do not redefine va_copy if not needed (for example, VS2013)
3ec1c14 remove extraenous return

There is also a third commit

88176dc Do not assume there is just one element in CMAKE_MODULE_PATH

The last one is not strictly a fix of a bug, but allows adding proton 
with add_subdirectory to the outer project



Bozzo


Re: Proton 0.7 RC1

2014-03-21 Thread Ken Giusti
Built, tested, and installed cleanly on my Debian 7 i686 vm.

On my Lenovo T530, I ran my messenger benchmark against it, and 0.6 for 
comparison:

Two runs of 0.7:

 LATENCY (msecs) lowmean
high
  Loopback (64byte)  2.3 2.4
 2.5
  Large Msg (2Mbyte)18.818.9
19.1
THROUGHPUT (msgs/sec)lowmean
high
  Loopback (64byte)  36567.1 36798.2
 36918.1
  Large Msg (2Mbyte)   102.4   103.5
   104.8

LATENCY (msecs)  lowmean
high
  Loopback (64byte)  2.4 2.4
 2.5
  Large Msg (2Mbyte)18.818.9
19.1
THROUGHPUT (msgs/sec)lowmean
high
  Loopback (64byte)  36023.1 36610.6
 37120.9
  Large Msg (2Mbyte)   102.1   103.6
   105.0

Two runs of 0.6:

LATENCY (msecs)  lowmean
high
  Loopback (64byte)  2.5 2.5
 2.5
  Large Msg (2Mbyte)18.618.8
19.0
THROUGHPUT (msgs/sec)lowmean
high
  Loopback (64byte)  36718.8 37096.5
 37291.2
  Large Msg (2Mbyte)   103.0   104.8
   105.9

LATENCY (msecs)  lowmean
high
  Loopback (64byte)  2.4 2.4
 2.5
  Large Msg (2Mbyte)18.919.0
19.1
THROUGHPUT (msgs/sec)lowmean
high
  Loopback (64byte)  36609.9 36868.0
 37291.2
  Large Msg (2Mbyte)   101.8   102.5
   103.1

Latency appears to be unchanged, but there is a slight degradation in small 
packet throughput.

- Original Message -
> From: "Rafael Schloming" 
> To: proton@qpid.apache.org
> Sent: Friday, March 14, 2014 4:25:02 PM
> Subject: Proton 0.7 RC1
> 
> Hi Everyone,
> 
> There's been a bunch of key improvements/fixes since Proton 0.6, so it's
> probably about time for a new release. I've just posted the first RC in the
> usual places. Please check it out and give a shout if you run into any
> issues.
> 
> Source artifacts:
> 
>   http://people.apache.org/~rhs/qpid-proton-0.7rc1/
> 
> Java binaries:
> 
>   https://repository.apache.org/content/repositories/orgapacheqpid-1001/
> 
> --Rafael
> 

-- 
-K


Re: Proton 0.7 RC1

2014-03-20 Thread Ted Ross
I tested this RC standalone and against Dispatch trunk.  Everything 
worked as I expected.


One note on the README:  I tested on a stripped down Fedora 20 image and 
I had to install two additional packages to those listed in the README:


- rubygem-minitest
- maven

-Ted

On 03/14/2014 04:25 PM, Rafael Schloming wrote:

Hi Everyone,

There's been a bunch of key improvements/fixes since Proton 0.6, so it's
probably about time for a new release. I've just posted the first RC in the
usual places. Please check it out and give a shout if you run into any
issues.

Source artifacts:

   http://people.apache.org/~rhs/qpid-proton-0.7rc1/

Java binaries:

   https://repository.apache.org/content/repositories/orgapacheqpid-1001/

--Rafael