Vlatko Davidovski wrote: > Thanks for the info Carsten. > > However, can I turn off the blacklisting as well as set the maximum > number of parallel workers in Apache Felix Event Admin? > Yes, you can turn off the blacklisting, see here: http://osdir.com/ml/users-felix-apache/2009-02/msg00172.html
Turning of the blacklisting ensures that your handlers never get in the blacklist again - however if you have a faulty handler (which never returns) this might create new problems. There is also the org.apache.felix.eventadmin.ThreadPoolSize property to set the thread pool size - however I'm not sure if this - with the current implementation - really improves performance. Regards Carsten -- Carsten Ziegeler [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

