Implemented HashedWheelTimer as the default scheduling mechanism in Akka. Fixes #1291

This commit is contained in:
Henrik Engstrom 2011-11-09 15:25:14 +01:00
parent b2d548bd0e
commit 896c906d03
27 changed files with 3320 additions and 134 deletions

View file

@ -109,7 +109,7 @@ class Gossiper(remote: Remote) {
private val failureDetector = remote.failureDetector
private val connectionManager = new RemoteConnectionManager(app, remote, Map.empty[InetSocketAddress, ActorRef])
private val seeds = Set(address) // FIXME read in list of seeds from config
private val scheduler = new DefaultScheduler
private val scheduler = app.scheduler
private val address = app.defaultAddress
private val nodeFingerprint = address.##