Rewritten "home" address management and protocol, all test pass except 2

This commit is contained in:
Jonas Bonér 2010-05-16 10:59:06 +02:00
parent dfc45e0a71
commit f7407d3adf
61 changed files with 668 additions and 866 deletions

View file

@ -14,7 +14,7 @@ import se.scalablesolutions.akka.util.Logging
trait ThreadPoolBuilder {
val name: String
private val NR_START_THREADS = 4
private val NR_START_THREADS = 16
private val NR_MAX_THREADS = 128
private val KEEP_ALIVE_TIME = 60000L // default is one minute
private val MILLISECONDS = TimeUnit.MILLISECONDS