Hi,

I am reading currently the Blueprint part of OSGi Enterprise 5.0.0
specification.

In the "121.12 Events" chapter I see the sentence: "The Blueprint Listener
is kept informed by sending it events synchronously."

In chapter "121.17.4 public class BlueprintEvent" I see the sentence:
"Blueprint Events must be asynchronously delivered in chronological order
with respect to each listener."

I am not sure now if the listeners are called asynchronously or
synchronously.  My guess is that they are called by the event dispatcher
synchronously as the Events chapter says otherwise a new thread should be
created for each event (or each event and each BlueprintListener) that
seems to me bit too much even if I use Thread Pools.

Could anyone tell me if I misunderstood something or there is a problem in
the spec.?

Thanks and regards,
Balazs Zsoldos
_______________________________________________
OSGi Developer Mail List
[email protected]
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to