pekko/akka-docs/rst/java/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
actorlambda !pro #17380 Build with Java 8 2015-05-18 12:51:34 +02:00
agent Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
camel =doc #3689 Make activator templates for camel samples 2013-12-12 16:03:02 +01: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
jrouting +act #18356 Metrics based resizer for router 2015-10-22 11:14:00 -04:00
pattern !per +act #17842 move BackoffSupervisor to akka.pattern 2015-07-08 16:45:23 +02:00
persistence =doc fix optimised away imports 2015-11-27 11:56:46 +01:00
remoting Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
serialization =doc =per fixed a few typos from 'Unknow' to 'Unknown' 2015-10-15 19:32:22 +08:00
testkit Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00