On 7.11.13 2:46 , Jukka Zitting wrote:
4) listener threads > >Currently in oak each event listener gets its own thread. In our app CQ >we have about 150 listeners, so you end up introducing 150 threads. >I am not sure if this is a good idea.I would say the problem here is the number of listeners, not the number of threads.
Which better filtering support might help to reduce. E.g. listen to multiple paths with a single listener.
Michael
