Re: [Proton-c] [0.14.0] [0.15.0] Event_loop injection is very slow compared to timer schedule

2016-11-08 Thread Adel Boutros
ply it locally. Regards, Adel From: Alan Conway Sent: Wednesday, November 2, 2016 6:32:00 PM To: users@qpid.apache.org Subject: Re: [Proton-c] [0.14.0] [0.15.0] Event_loop injection is very slow compared to timer schedule On Wed, 2016-11-02 at 17:28 +, A

Re: [Proton-c] [0.14.0] [0.15.0] Event_loop injection is very slow compared to timer schedule

2016-11-03 Thread Adel Boutros
[Proton-c] [0.14.0] [0.15.0] Event_loop injection is very slow compared to timer schedule On Wed, 2016-11-02 at 17:28 +, Adel Boutros wrote: > Hello, > > > In Proton 0.12.2, we were able to inject events from other threads to > the messaging_handler thread by calling timer.schedule

[Proton-c] [0.14.0] [0.15.0] Event_loop injection is very slow compared to timer schedule

2016-11-02 Thread Adel Boutros
Hello, In Proton 0.12.2, we were able to inject events from other threads to the messaging_handler thread by calling timer.schedule indefinitely and queues storing messages to send. With Proton 0.14.0, We have implemented proton::thread_safe::event_loop() which should replace the above timer

Re: [Proton-c] [0.14.0] [0.15.0] Event_loop injection is very slow compared to timer schedule

2016-11-02 Thread Alan Conway
On Wed, 2016-11-02 at 17:28 +, Adel Boutros wrote: > Hello, > > > In Proton 0.12.2, we were able to inject events from other threads to > the messaging_handler thread by calling timer.schedule indefinitely > and queues storing messages to send. > > > With Proton 0.14.0, We have implemented