pekko/akka-docs/rst/java/code/docs/dispatcher
Patrik Nordwall a1c3dbe307 =act #19201 improve configuration of thread-pool-executor
* The old implementation would cap the pool size (both corePoolSize
  and maximumPoolSize) to max-pool-size, which is very confusing
  becuase maximumPoolSize is only used when the task queue is bounded.
* That resulted in configuring core-pool-size-min and core-pool-size-max
  was not enough, because it could be capped by the default max-pool-size.
* The new behavior is simply that maximumPoolSize is adjusted to not be
  less than corePoolSize, but otherwise the config properties match the
  underlying ThreadPoolExecutor implementation.
* Added a convenience fixed-pool-size property.
2015-12-21 09:50:02 +01:00
..
DispatcherDocTest.java =act #19201 improve configuration of thread-pool-executor 2015-12-21 09:50:02 +01:00
MyUnboundedJMailbox.java Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
MyUnboundedJMessageQueueSemantics.java Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00