Re: Heartbeat

2014-02-07 Thread Tomáš Šoltys
Hi Ken, I have just opened a new JIRA as you suggested. https://issues.apache.org/jira/browse/PROTON-512 My idea is that there would be one global idle timeout for whole messenger and this timeout will be used for all connections. Regards, Tomas 2013-11-11 Ken Giusti kgiu...@redhat.com: Hi

Re: Proton port to OpenVMS

2014-02-07 Thread Rafael Schloming
Hi, You could start by filing a JIRA and attaching the changes as a patch: https://issues.apache.org/jira/browse/PROTON --Rafael On Fri, Feb 7, 2014 at 5:34 AM, Tomáš Šoltys tomas.sol...@gmail.com wrote: Hi, I have made some changes to proton-c so it can be used on OpenVMS.

[jira] [Commented] (PROTON-512) Possibility to set idle timeout for messenger

2014-02-07 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13894504#comment-13894504 ] Ken Giusti commented on PROTON-512: --- As suggested by Tomas, I agree that it would make

Re: Heartbeat

2014-02-07 Thread Ken Giusti
Would that force an app to use blocking operations if it desires idle timeout? IOW, should the need for idle monitoring determine the choice of blocking vs non-blocking? I probably don't fully grasp the implications -K - Original Message - From: Rafael Schloming

[jira] [Resolved] (PROTON-498) Set VALGRIND environment variable to be compatible with the QPID build

2014-02-07 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti resolved PROTON-498. --- Resolution: Fixed Set VALGRIND environment variable to be compatible with the QPID build

[jira] [Resolved] (PROTON-500) [proton-c] Enable valgrind on C unit tests

2014-02-07 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti resolved PROTON-500. --- Resolution: Fixed Assignee: Ken Giusti [proton-c] Enable valgrind on C unit tests

Re: Heartbeat

2014-02-07 Thread Rafael Schloming
No, Messenger.setBlocking(True/False) is independent of Messenger.setTimeout(...). --Rafael On Fri, Feb 7, 2014 at 10:29 AM, Ken Giusti kgiu...@redhat.com wrote: Would that force an app to use blocking operations if it desires idle timeout? IOW, should the need for idle monitoring determine