Re: Proton-J Reactor sending delay

2016-02-26 Thread Bozo Dragojevic
C reactor has a method >> called pn_reactor_wakeup() which causes it to immediately return from the >> blocking select() call. >> >> -K >> >> - Original Message - >>> From: "Andrew Buckley" <and...@microsoft.com> >>> To: d...@qpid

Re: Proton-J Reactor sending delay

2016-02-26 Thread Bozo Dragojevic
Buckley" <and...@microsoft.com> >> To: d...@qpid.apache.org, proton@qpid.apache.org >> Sent: Thursday, February 25, 2016 12:45:04 PM >> Subject: RE: Proton-J Reactor sending delay >> >> Ah, thanks Robbie. Yes I do now notice the 3141ms timeout inside run(). Are >

Re: Proton-J Reactor sending delay

2016-02-26 Thread Robbie Gemmell
applications using the Reactor do suffer > a bit of a blow in performance because of this. > > Thanks, > -Andrew > > -Original Message- > From: Robbie Gemmell [mailto:robbie.gemm...@gmail.com] > Sent: Monday, February 15, 2016 3:47 AM > To: d...@qpid.apache.org; proton@qp

Re: Proton-J Reactor sending delay

2016-02-26 Thread Robbie Gemmell
age- >> From: Robbie Gemmell [mailto:robbie.gemm...@gmail.com] >> Sent: Monday, February 15, 2016 3:47 AM >> To: d...@qpid.apache.org; proton@qpid.apache.org >> Subject: Re: Proton-J Reactor sending delay >> >> On 13 February 2016 at 00:28, Andrew Buckley &

Re: Proton-J Reactor sending delay

2016-02-25 Thread Ken Giusti
- > From: "Andrew Buckley" <and...@microsoft.com> > To: d...@qpid.apache.org, proton@qpid.apache.org > Sent: Thursday, February 25, 2016 12:45:04 PM > Subject: RE: Proton-J Reactor sending delay > > Ah, thanks Robbie. Yes I do now notice the 3141ms timeout insid

RE: Proton-J Reactor sending delay

2016-02-25 Thread Andrew Buckley
suffer a bit of a blow in performance because of this. Thanks, -Andrew -Original Message- From: Robbie Gemmell [mailto:robbie.gemm...@gmail.com] Sent: Monday, February 15, 2016 3:47 AM To: d...@qpid.apache.org; proton@qpid.apache.org Subject: Re: Proton-J Reactor sending delay On 13

Re: Proton-J Reactor sending delay

2016-02-15 Thread Robbie Gemmell
On 13 February 2016 at 00:28, Andrew Buckley wrote: > I'm using the reactor with Proton-J and have noticed that there is a 2-4 > second delay between when I call send() on a particular link and when that > transfer frame actually goes out. Is this expected behavior? If so,