pekko/akka-docs/rst/scala/code/docs
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
..
actor =doc #18226 document actor stopping 2015-09-08 11:14:18 +02:00
agent Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka/typed Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
camel Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
cluster =clu #18345 Support local address in cluster commands 2015-09-04 08:53:36 +02:00
ddata =act switch to java std lib ThreadLocalRandom 2015-11-06 14:04:33 +01:00
dispatcher =act #19201 improve configuration of thread-pool-executor 2015-12-21 09:50:02 +01:00
event +doc #17877 document filtering for subclasses in eventStream 2015-07-01 23:17:21 +02:00
extension Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
future Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
io =doc #16262 do not bind udp test to docker interfaces 2015-12-08 16:47:42 +01:00
pattern +per #16339 adds actorSelection support to AtLeastOnceDelivery 2015-08-11 11:33:15 +02:00
persistence =per,tck #18639 introduce capability flags for journal features 2015-11-27 10:29:34 +01:00
remoting Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
routing =act switch to java std lib ThreadLocalRandom 2015-11-06 14:04:33 +01:00
serialization +act #17576 Support serializer with string manifest 2015-06-01 13:45:31 +02:00
testkit Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00