[jira] [Commented] (PROTON-800) [Windows C] Reactor test times out

2015-01-19 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14283275#comment-14283275 ] Cliff Jansen commented on PROTON-800: - The new reactor code uses selectors/selectables

Re: c reactor / gordon's examples

2015-01-19 Thread Rafael Schloming
My intention is to support a variety of scenarios for I/O. I believe it is a key requirement that we can create sockets/fds in either python or C and regardless of where they are created, they need to be serviceable by a single I/O loop written either buy us or by others in C or in pure python. (I

[jira] [Created] (PROTON-803) Message codec improvements

2015-01-19 Thread Rajith Attapattu (JIRA)
Rajith Attapattu created PROTON-803: --- Summary: Message codec improvements Key: PROTON-803 URL: https://issues.apache.org/jira/browse/PROTON-803 Project: Qpid Proton Issue Type: Improvement

Re: c reactor / gordon's examples

2015-01-19 Thread Alan Conway
On Wed, 2015-01-14 at 08:28 -0500, Rafael Schloming wrote: Hi Everyone, I've been doing some work on a C reactor API for proton that is intended to fit both alongside and underneath what gordon has been doing in pure python. I have several goals with this work. - Simplify/enable a

Re: c reactor / gordon's examples

2015-01-19 Thread Rafael Schloming
On Mon, Jan 19, 2015 at 11:52 AM, Alan Conway acon...@redhat.com wrote: On Wed, 2015-01-14 at 08:28 -0500, Rafael Schloming wrote: Hi Everyone, I've been doing some work on a C reactor API for proton that is intended to fit both alongside and underneath what gordon has been doing in

Re: [java] Message codec improvements

2015-01-19 Thread Rajith Muditha Attapattu
Rafi, Could you please explaining your approach to using the AbstractEncoder with respect to starting and ending a frame. Looking at the code it wasn't immediately clear to me on how you intended to use this. A quick code example will be quite useful. Regards, Rajith On Thu, Jan 15, 2015 at