Viktor Klang
3d12e47e7d
Decoupling system message implementation details from the Mailbox
2011-09-21 16:27:31 +02:00
Roland
7c63f94169
Refactor Mailbox handling
...
- rename MessageInvocation to Envelope (same for System...)
- rename MessageQueue to Mailbox and include ExecutableMailbox code
- make MailboxType act as factory, so users can provide their own
- properly type mailbox field as Mailbox everywhere
- adapt CallingThreadDispatcher and some tests
- create DeadletterMailbox and use it to replace actor’s mailbox on
terminate()
2011-09-21 15:16:14 +02:00
Viktor Klang
9007b6e847
Almost there... ActorRefSpec still has a failing test
2011-09-20 18:34:21 +02:00
Viktor Klang
9d71be7778
Updating copyright section to Typesafe Inc. etc
2011-07-14 16:03:08 +02:00
Jonas Bonér
a7311c83e6
Added Scalariform sbt plugin which formats code on each compile. Also checking in reformatted code
2011-05-18 17:25:30 +02:00
Viktor Klang
aaa8b163f3
Adding tests for the actor ref serialization bug, 837
2011-05-04 22:16:06 +02:00
Viktor Klang
c2486cd52c
Fixing ticket 808
2011-04-29 17:15:00 +02:00
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
0d740db75b
Beefed up the concurrency level for the mailbox tests
2011-03-11 16:58:31 +01:00
Viktor Klang
a743dcfd02
Adding a rather untested BoundedBlockingQueue to wrap PriorityQueue for BoundedPriorityMessageQueue
2011-03-11 15:42:55 +01:00
Viktor Klang
00dea71492
Commented out the BoundedPriorityMailbox, since it wasn´t bounded, and broke out the mailbox logic into PriorityMailbox
2011-03-10 12:03:57 +01:00
Viktor Klang
42cfe2720a
Adding unbounded and bounded MessageQueues based on PriorityBlockingQueue
2011-03-09 18:11:45 +01:00
Viktor Klang
4a232b1e7a
Removing HawtDispatch, the old WorkStealing dispatcher, replace old workstealer with new workstealer based on EBEDD, and remove jsr166x dependency, only 3 more deps to go until 0 deps for akka-actor
2011-02-27 22:44:37 +01:00
Viktor Klang
b5f9991ac9
Possible optimization for EBEDD
2011-02-14 02:34:40 +01:00
Viktor Klang
c30f442763
Removing durable mailboxes from akka
2011-01-20 17:24:39 +01:00
Jonas Bonér
e8fcdd697b
Updated the copyright header to 2009-2011
2010-12-22 15:35:50 +01:00
Jonas Bonér
e3691130ff
renamed DurableMailboxType to DurableMailbox
2010-11-30 11:51:23 +01:00
Jonas Bonér
ada24c7cf5
Removed reflective coupling to akka cloud
2010-11-22 17:58:21 +01:00
Jonas Bonér
80adb71850
Fixed bug in ActorRegistry getting typed actor by manifest
2010-11-22 09:00:13 +01:00
Viktor Klang
7040ef0f14
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