Commit graph

32 commits

Author SHA1 Message Date
Viktor Klang
5068f0d48a Removing blocking dequeues from MailboxConfig due to high risk and no gain 2011-04-27 12:21:19 +02:00
Viktor Klang
69ee799dd9 Removing unused imports, closing ticket #802 2011-04-26 11:52:17 +02:00
Viktor Klang
a38e0cacdb Refining the PriorityGenerator API and also adding PriorityDispatcher to the docs 2011-04-12 15:40:09 +02:00
Patrik Nordwall
3c8e375f30 Added parens to stop 2011-04-12 10:53:56 +02:00
Viktor Klang
71a32c719a Changing mailbox-capacity to be unbounded for the case where the bounds are 0, as per the docs in the config 2011-04-05 12:06:27 +02:00
Jonas Bonér
711e62fc3f Moved EventHandler to 'akka.event' plus added 'error' method without exception param 2011-03-23 15:12:09 +01:00
Derek Williams
32be3162bf Prevent throwables thrown in futures from disrupting the rest of the system. Fixes #710 2011-03-20 17:15:23 -06:00
Jonas Bonér
e7a410dc0c Fixed bug with restarting supervised supervisor that had done linking in constructor + Changed all calls to EventHandler to use direct 'error' and 'warning' methods for improved performance 2011-03-18 23:04:48 +01:00
Jonas Bonér
ac0273b5eb changed event handler dispatcher name 2011-03-14 13:38:27 +01:00
Jonas Bonér
33dc617810 Changed API for EventHandler and added support for log levels 2011-03-14 10:45:49 +01:00
Peter Vlugter
dbe9e073bf Reduce config footprint 2011-03-08 20:29:50 +08:00
Derek Williams
8cad134c32 Remove uneeded parameter 2011-03-07 21:24:21 -07:00
Derek Williams
cda0c1bbb4 Fix calls to EventHandler 2011-03-07 19:17:45 -07:00
Derek Williams
eee9445be8 Merge branch 'master' into derekjw-future-dispatch 2011-03-07 18:57:08 -07:00
Viktor Klang
c9523585d5 Adding support for MessageDispatcherConfigurator, which means that you can configure homegrown dispatchers in akka.conf 2011-03-05 23:32:49 +01:00
Derek Williams
d1fcb6d398 Merge remote-tracking branch 'origin/0deps' into 0deps-future-dispatch
Conflicts:
	akka-actor/src/main/scala/akka/dispatch/ExecutorBasedEventDrivenWorkStealingDispatcher.scala
	akka-actor/src/main/scala/akka/dispatch/Future.scala
	akka-actor/src/main/scala/akka/dispatch/HawtDispatcher.scala
2011-03-02 16:44:44 -07:00
Jonas Bonér
db980df4d5 merged with upstream 2011-03-02 18:37:41 +01:00
Jonas Bonér
1425267a65 Removed logging 2011-02-28 22:54:32 +01:00
Derek Williams
b05be42f11 Add locking in dispatchFuture 2011-02-28 11:48:51 -07:00
Derek Williams
5d290dc063 move unneeded test outside of if statement 2011-02-28 10:38:58 -07:00
Derek Williams
445c2e6476 Add low priority implicit for the default dispatcher 2011-02-28 10:37:42 -07:00
Viktor Klang
ba3a473330 Optimizing for bestcase when sending an actor a message 2011-02-27 23:44:04 +01:00
Viktor Klang
dea85ef81f Removing logging from EBEDD 2011-02-27 23:17:59 +01:00
Derek Williams
40afb9ed2d Can't share uuid lists 2011-02-25 18:26:46 -07:00
Derek Williams
b2c62ba18d Run independent futures on the dispatcher directly 2011-02-25 15:20:58 -07:00
Viktor Klang
2a792cd7da Making MessageInvocation a case class 2011-01-20 18:33:44 +01:00
Viktor Klang
011e90b7ab Removing durable mailboxes from akka 2011-01-20 17:24:39 +01:00
Viktor Klang
e17b4f4f52 Removing ActorRegistry object, UntypedActor object, introducing akka.actor.Actors for the Java API 2011-01-04 13:24:28 +01:00
Jonas Bonér
57d0e85a9a Updated the copyright header to 2009-2011 2010-12-22 15:35:50 +01:00
Viktor Klang
40e40a578a Switching to raw SLF4J on internals 2010-11-24 13:42:41 +01:00
Jonas Bonér
188d7e9c19 Removed reflective coupling to akka cloud 2010-11-22 17:58:21 +01:00
Viktor Klang
2f62241519 Added a root akka folder for source files for the docs to work properly, closing ticket #541 2010-11-20 22:26:26 +01:00
Renamed from akka-actor/src/main/scala/dispatch/MessageHandling.scala (Browse further)