Adding daemonicity to the dispatcher configurator

This commit is contained in:
Viktor Klang 2011-12-13 20:23:26 +01:00
parent 7b7402c723
commit 89e29b07e1
3 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,7 @@ object DispatcherDocSpec {
//#my-dispatcher-config
my-dispatcher {
type = Dispatcher # Dispatcher is the name of the event-based dispatcher
daemonic = off # Toggles whether the threads created by this dispatcher should be daemons or not
core-pool-size-min = 2 # minimum number of threads to cap factor-based core number to
core-pool-size-factor = 2.0 # No of core threads ... ceil(available processors * factor)
core-pool-size-max = 10 # maximum number of threads to cap factor-based number to