Go to file
Kenneth Giusti b7717e1616 [AMQP 1.0] small fixes to improve timer scalability
This patch introduces the following tweaks to the timer
implementation:

Reduce the number of timers that need to be tracked by reducing the
timer granularity to units of seconds.

Decrease the default timeout values to further reduce the total number
of tracked timers.

Batch multiple expiring events that share the same deadline.

Inline the timer comparison code in the main event loop.

Avoid using an expensive comparison method in the heap sort by using
an integer primitive instead.

Use monotonic time instead of time.time()

Change-Id: I83e86bf203e6a641085e482c7ccf0e01f4fb4d86
2016-08-15 13:30:37 -04:00
2015-09-24 18:11:22 +08:00
2016-05-08 16:24:16 +00:00
2014-06-05 22:48:44 +02:00
2015-09-17 12:16:04 +00:00
2016-05-19 17:14:31 +03:00

Oslo Messaging Library

Latest Version

Downloads

The Oslo messaging API supports RPC and notifications over a number of different messaging transports.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 3.4 MiB