Skip Menu |

This queue is for tickets about the AnyEvent-RabbitMQ CPAN distribution.

Report information
The Basics
Id: 119793
Status: resolved
Priority: 0/
Queue: AnyEvent-RabbitMQ

People
Owner: DLAMBLEY [...] cpan.org
Requestors: aragusa [...] globalnoc.iu.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Slow consume time
Date: Tue, 10 Jan 2017 14:07:30 -0500
To: bug-AnyEvent-RabbitMQ [...] rt.cpan.org
From: Andrew Ragusa <aragusa [...] globalnoc.iu.edu>
Hi We were trying to do some performance evaluations of AnyEvent-RabbitMQ and found that by specifying no_delay => 1 for the AnyEvent->Handler improved the performance drastically. this modification is in lib/AnyEvent/RabbitMQ.pm 149d148 < no_delay => 1, Thanks A.J. Ragusa Software Engineering @ GlobalNOC at Indiana University
Download smime.p7s
application/pkcs7-signature 3.6k

Message body not shown because it is not plain text.

On Tue Jan 10 14:09:10 2017, aragusa@globalnoc.iu.edu wrote: Show quoted text
> Hi > > We were trying to do some performance evaluations of AnyEvent-RabbitMQ > and found that by specifying no_delay => 1 for the AnyEvent->Handler > improved the performance drastically. > > this modification is in > > lib/AnyEvent/RabbitMQ.pm > 149d148 > < no_delay => 1, > > Thanks > A.J. Ragusa > Software Engineering @ GlobalNOC at Indiana University > >
Hello, Thank you for your suggestion. I am adding a "nodelay" option. (I am avoiding making it default in case it breaks high-volume use of "publish".) https://github.com/bobtfish/AnyEvent-RabbitMQ/pull/34 All the best, Dave
Fixed in version 1.21_01.