[OpenSIPS-Devel] [opensips] event interface: support for async events (#251)

Ovidiu Sas notifications at github.com
Wed Jun 18 16:15:22 CEST 2014


The event interface is working in a synchronous mode (the events are handled inside the same process that are issued/received).
It would be good to have the ability to define two type of events:
 - synchronous events (existing implementation);
 - asynchronous events.

The async events should be handled by a pool of workers dedicated to this task and event dispatching over the pool of workers should be configurable:
 - round robin;
 - hash over a PV (to ensure that events for a specific task are handled sequentially by the same worker).

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/251
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20140618/c8f2d896/attachment.htm>


More information about the Devel mailing list