netty / netty

Netty project - an event-driven asynchronous network application framework
http://netty.io
Apache License 2.0
33.36k stars 15.9k forks source link

Propose to consider akka.actor.LightArrayRevolverScheduler from akka #2087

Closed mrniko closed 10 years ago

mrniko commented 10 years ago

Propose to consider akka.actor.LightArrayRevolverScheduler as replacement of HashedWheelTimer

http://doc.akka.io/api/akka/snapshot/index.html#akka.actor.LightArrayRevolverScheduler

normanmaurer commented 10 years ago

@trustin wdyt ?

daschl commented 10 years ago

@mrniko what would be the benefit of this different scheduler?

trustin commented 10 years ago

Currently, an event loop's scheduler methods do not use HWT anymore. It's only there as a utility for users. Therefore, replacing it with something else will not change anything about an event loop. I'm interested in making HWT more robust and efficient, so please feel free to let us know more specific issues with HWT.