Shay Banon a82d486bda Add a listener thread pool
Today, when executing an action (mainly when using the Java API), a listener threaded flag can be set to true in order to execute the listener on a different thread pool. Today, this thread pool is the generic thread pool, which is cached. This can create problems for Java clients (mainly) around potential thread explosion.
Introduce a new thread pool called listener, that is fixed sized and defaults to the half the cores maxed at 10, and use it where listeners are executed.
relates to #5152
closes #7837
2014-09-25 11:25:13 +02:00
..
2014-03-07 14:24:58 +01:00
2014-09-09 11:09:03 +02:00
2014-03-07 14:24:58 +01:00
2014-09-09 14:57:38 +02:00
2014-09-25 11:25:13 +02:00
2014-09-24 20:50:30 +02:00
2014-03-07 14:24:58 +01:00
2014-05-27 15:57:39 +02:00