Commit graph

10 commits

Author SHA1 Message Date
Viktor Klang
3ff997a3ca #2742 - making reuseAddress default false on windows with option to turn it on for everybody or off for everybody 2012-12-18 13:34:53 +01:00
Roland
69505855fd make HashedWheelTimer tolerate wrap-arounds, see #2686 2012-11-14 17:08:01 +01:00
Roland
0f04239f67 move Duration classes according to scala 2.10 nightly and remove casts to FiniteDuration, see #2504 2012-10-11 15:18:10 -07:00
Roland
35b7a9e338 second round of FiniteDuration business, including cluster fixes
- make Scheduler only accept FiniteDuration, which has quite some
  knock-on effects
2012-09-18 09:58:30 +02:00
Viktor Klang
67d917f98e Replacing if-statement with epic usage of Math.max 2012-08-06 17:41:17 +02:00
Viktor Klang
c491ccfbf8 Major cleanup in HWT, Making the Timeout a static class to be able to use Unsafe instead of AtomicInteger. Sprinkling finals and changing code formatting.
(RK: cherry-picked from Viktor’s branch and cleaned up two “unused”
warnings)
2012-08-06 15:41:51 +02:00
Roland
a5068a50a3 simplify HWT logic and make better use of inaccuracy, see #2354
- use actual time after wake-up to determine runnable tasks, not
  precalculated and aimed-for deadline
2012-08-06 15:38:51 +02:00
Viktor Klang
54a3a44bf8 #2292 - Removing akka.util.Duration etc and replace it with scala.concurrent.util.Duration 2012-06-29 13:33:20 +02:00
Viktor Klang
260e281449 #2102 - porting over the fix for Netty/356 2012-05-29 01:43:39 +02:00
Viktor Klang
5cbcb612b2 Moving the HWT stuff from org.jboss.netty.akka.util to akka.util.internal 2012-05-20 15:56:52 +02:00
Renamed from akka-actor/src/main/java/org/jboss/netty/akka/util/HashedWheelTimer.java (Browse further)