Hi all,
I'm developing an OSGi application where i plan to use a lot the osgi
Event Admin Service.
Actually i'm using the equinox implementation, and maybe i'm wrong but
it seems that in this
implementation the event are delivered to event handler sequentially.
I'm using the postEvent method on EventAdmin.
What happen is that each event delivery by the EventAdmin seems to work
with only one
event delivery at any time, this means that if an event is handled by an
EventHandler all other
events pushed are blocked until this one has finished the work on
handleEvent method.
Maybe i'm wrong but i expected the Event Admin to be able to deliver the
event in parallel
way. It's obvious that this will be a bottleneck for me.
My doubt is if this is the right expected beahviour of Event Admin, or
is particular detail
of Equinox implementation.
Andrea
_______________________________________________
OSGi Developer Mail List
[email protected]
https://mail.osgi.org/mailman/listinfo/osgi-dev