Commit graph

24 commits

Author SHA1 Message Date
Jonas Bonér
5e0dfea15c Refactored ExecutableMailbox to make it accessible for other implementations 2010-09-29 10:57:25 +02:00
Jonas Bonér
bd95d20edb Merge branch 'master' of git@github.com:jboner/akka 2010-09-29 09:48:57 +02:00
Viktor Klang
fc77a138e7 Fixing ticket 413 2010-09-27 17:30:49 +02:00
Jonas Bonér
3fe641f2e4 Support for more durable mailboxes 2010-09-27 11:59:28 +02:00
Jonas Bonér
044f06d503 Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-actor/src/main/scala/dispatch/ThreadBasedDispatcher.scala
2010-09-22 15:32:35 +02:00
Jonas Bonér
9ea09c3e36 Refactored mailbox configuration 2010-09-22 05:31:24 +02:00
Viktor Klang
362c930623 Removing dead code 2010-09-20 21:40:10 +02:00
Viktor Klang
b1462ade30 Threw away old ThreadBasedDispatcher and replaced it with an EBEDD with 1 in core pool and 1 in max pool 2010-09-20 16:56:12 +02:00
Viktor Klang
496a8b691b Added support for throughput deadlines 2010-09-15 15:10:47 +02:00
Viktor Klang
f59bf050df Merge introduced old code 2010-09-13 14:00:24 +02:00
Viktor Klang
6ae312fcd6 Switching dispatching strategy to 1 runnable per mailbox and removing use of TransferQueue 2010-09-12 21:00:50 +02:00
Viktor Klang
4ab6d33925 Adding final declarations 2010-09-12 18:07:38 +02:00
Viktor Klang
49f6b382d6 Improving latency in EBEDD 2010-09-12 15:35:07 +02:00
Viktor Klang
48c1e1349a Better latency 2010-09-12 12:15:54 +02:00
Viktor Klang
c3d66ed3d7 1 entry per mailbox at most 2010-09-11 15:24:09 +02:00
Viktor Klang
158ea29bfd Massive refactoring of EBEDD and WorkStealer and basically everything... 2010-09-10 18:12:09 +02:00
Viktor Klang
5fdaad467f Optimization started of EBEDD 2010-09-09 17:34:05 +02:00
Viktor Klang
c9ad9b5d49 ExecutorBasedEventDrivenDispatcher now works and unit tests are added 2010-09-09 15:50:21 +02:00
Viktor Klang
928fa63411 Adding support for safe mailboxes 2010-09-07 18:32:50 +02:00
Viktor Klang
4841996520 Adding support for BoundedTransferQueue to EBEDD 2010-09-06 19:12:05 +02:00
Viktor Klang
930a3afa7d Fixing Dispatcher config bug #422 2010-09-04 12:00:12 +02:00
Viktor Klang
9368ddc25d Added support hook for persistent mailboxes + cleanup and optimizations 2010-09-01 16:33:56 +02:00
Jonas Bonér
4a339f835a Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-actor/src/main/resources/logback.xml
	akka-actor/src/main/scala/dataflow/DataFlowVariable.scala
	akka-actor/src/test/scala/dataflow/DataFlowSpec.scala
	akka-remote/src/main/scala/remote/RemoteClient.scala
	akka-remote/src/test/resources/logback-test.xml
2010-08-29 18:17:36 +02:00
Jonas Bonér
7586fcf26d Completed refactoring into lightweight modules akka-actor akka-typed-actor and akka-remote 2010-08-28 17:00:27 +02:00
Renamed from akka-actors/src/main/scala/dispatch/ExecutorBasedEventDrivenDispatcher.scala (Browse further)