[ 
https://issues.apache.org/jira/browse/FELIX-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Pauls updated FELIX-1913:
------------------------------

      Priority: Minor  (was: Major)
      Assignee: Karl Pauls
    Issue Type: Improvement  (was: Bug)

I don't think this a bug at all - so retagging as Improvement. 

Furthermore, from your description I can't really tell whether you aren't 
asking for something that is not possible. You can't have synchronous events 
delivered in parallel as they need to be stacked if an event delivery results 
in a new event being send plus events need to be observed in order. The spec is 
very clear on that (we pass the 4.2 tck for eventadmin btw.). Are you talking 
about synchronous delivery?

> All synchronous events are processed in one queue
> -------------------------------------------------
>
>                 Key: FELIX-1913
>                 URL: https://issues.apache.org/jira/browse/FELIX-1913
>             Project: Felix
>          Issue Type: Improvement
>          Components: Event Admin
>    Affects Versions: eventadmin 1.0.0
>            Reporter: Carsten Ziegeler
>            Assignee: Karl Pauls
>            Priority: Minor
>
> The current event admin implementation puts all events into one single queue 
> and processes this queue is in one thread. This creates a bottleneck when 
> different threads send events as they have to wait for other threads to be 
> processed first. Events from different threads can be processed in parallel.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to