[jira] [Commented] (PROTON-752) Ruby: Cproton calls don't unlock the GIL for blocking / long-running operations

2014-11-20 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14219373#comment-14219373 ] Rafael H. Schloming commented on PROTON-752: Isn't that something the swig

[jira] [Created] (PROTON-754) no way to set or get properties on a flow

2014-11-20 Thread Gordon Sim (JIRA)
Gordon Sim created PROTON-754: - Summary: no way to set or get properties on a flow Key: PROTON-754 URL: https://issues.apache.org/jira/browse/PROTON-754 Project: Qpid Proton Issue Type: Bug

[jira] [Commented] (PROTON-752) Ruby: Cproton calls don't unlock the GIL for blocking / long-running operations

2014-11-20 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14219509#comment-14219509 ] Darryl L. Pierce commented on PROTON-752: - I did some googling [1] and couldn't

[jira] [Commented] (PROTON-749) Refactor Proton C transport code

2014-11-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14219539#comment-14219539 ] ASF subversion and git services commented on PROTON-749: Commit

[jira] [Commented] (PROTON-750) Have distinct API to indicate SSL layer is not really implemented

2014-11-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14219543#comment-14219543 ] ASF subversion and git services commented on PROTON-750: Commit

[jira] [Commented] (PROTON-749) Refactor Proton C transport code

2014-11-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14219542#comment-14219542 ] ASF subversion and git services commented on PROTON-749: Commit

[jira] [Commented] (PROTON-749) Refactor Proton C transport code

2014-11-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14219538#comment-14219538 ] ASF subversion and git services commented on PROTON-749: Commit

[jira] [Commented] (PROTON-749) Refactor Proton C transport code

2014-11-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14219540#comment-14219540 ] ASF subversion and git services commented on PROTON-749: Commit

[jira] [Commented] (PROTON-752) Ruby: Cproton calls don't unlock the GIL for blocking / long-running operations

2014-11-20 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14219569#comment-14219569 ] Darryl L. Pierce commented on PROTON-752: - This is a good topic for discussion on

[jira] [Resolved] (PROTON-755) Update Ruby unit tests to use Minitest

2014-11-20 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce resolved PROTON-755. - Resolution: Fixed Fix Version/s: 0.9 Update Ruby unit tests to use Minitest

[jira] [Commented] (PROTON-755) Update Ruby unit tests to use Minitest

2014-11-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14219787#comment-14219787 ] ASF subversion and git services commented on PROTON-755: Commit

proton-c event test stable and fast for 5 billion messages

2014-11-20 Thread Michael Goulish
I recently finished switching over my proton-c programs psend precv to the new event-based interface, and my first test of them was a 5 billion message soak test. The programs survived this test with no memory growth, and no gradual slowdown. This test is meant to find the fastest

Change in Proton-C receive behavior with 0.8

2014-11-20 Thread James Birdsall
In previous versions of Proton-C, if the incoming window size was set when a receive link was established, the send settle mode was 0 (UNSETTLED) and the receive settle mode was 1 (RCV_SECOND). This gives the receiver at-least-once assurance, which is what our (Azure ServiceBus) customers