Jonas Bonér
2168e861bf
Changed event handler config to a list of the FQN of listeners
2011-03-07 12:18:00 +01:00
Jonas Bonér
939d4ca6cb
Changed event handler config to a list of the FQN of listeners
2011-03-07 12:18:00 +01:00
Roland Kuhn
2693a35eac
add locking to CTD-mbox
...
Up to now it relied on the ActorRef's lock, but that has the side effect that a
large time may pass between the suspend test and the actual execution. With
this lock in place, the ActorRef lock should never block and the time between
suspend and the last actor execution is shortened to some cycles (modulo GC).
2011-03-06 22:45:44 +01:00
Roland Kuhn
0e66cd0d8c
add locking to CTD-mbox
...
Up to now it relied on the ActorRef's lock, but that has the side effect that a
large time may pass between the suspend test and the actual execution. With
this lock in place, the ActorRef lock should never block and the time between
suspend and the last actor execution is shortened to some cycles (modulo GC).
2011-03-06 22:45:44 +01:00
Viktor Klang
9b71830d2d
Tweaking AkkaException
2011-03-06 22:15:51 +01:00
Viktor Klang
f3af6bdcc7
Tweaking AkkaException
2011-03-06 22:15:51 +01:00
Roland Kuhn
2deb47f8fa
add test to ActorModelSpec
...
dispatcherShouldHandleQueueingFromMultipleThreads tests for possible race
conditions in prohibiting multiple threads running the same actor concurrently
2011-03-06 21:53:09 +01:00
Roland Kuhn
e1b266c840
add test to ActorModelSpec
...
dispatcherShouldHandleQueueingFromMultipleThreads tests for possible race
conditions in prohibiting multiple threads running the same actor concurrently
2011-03-06 21:53:09 +01:00
Viktor Klang
f8b9a73e6b
Adding export of the embedded uuid lib to the OSGi manifest
2011-03-06 00:38:22 +01:00
Viktor Klang
6f05ce1da1
Adding export of the embedded uuid lib to the OSGi manifest
2011-03-06 00:38:22 +01:00
Viktor Klang
2d0fa75da0
reverting changes to avoid breaking serialization
2011-03-05 23:56:31 +01:00
Viktor Klang
90470e89dd
reverting changes to avoid breaking serialization
2011-03-05 23:56:31 +01:00
Viktor Klang
a1218b68e1
Speeding up remote tests by removing superfluous Thread.sleep
2011-03-05 23:51:08 +01:00
Viktor Klang
c0fcbaea01
Speeding up remote tests by removing superfluous Thread.sleep
2011-03-05 23:51:08 +01:00
Viktor Klang
0375e7860b
Removed some superfluous code
2011-03-05 23:50:50 +01:00
Viktor Klang
f8727fc4d4
Removed some superfluous code
2011-03-05 23:50:50 +01:00
Viktor Klang
28e2941449
Add Future GC comment
2011-03-05 23:50:36 +01:00
Viktor Klang
3e7289c2ce
Add Future GC comment
2011-03-05 23:50:36 +01:00
Viktor Klang
3bd83e5388
Adding support for clean exit of remote server
2011-03-05 23:42:39 +01:00
Viktor Klang
f1a17704b9
Adding support for clean exit of remote server
2011-03-05 23:42:39 +01:00
Viktor Klang
fd6c879668
Updating the Remote protocol to support control messages
2011-03-05 23:42:28 +01:00
Viktor Klang
70a0602ef0
Updating the Remote protocol to support control messages
2011-03-05 23:42:28 +01:00
Viktor Klang
9e951435d5
Adding support for MessageDispatcherConfigurator, which means that you can configure homegrown dispatchers in akka.conf
2011-03-05 23:32:49 +01: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
Debasish Ghosh
12dfba899f
Fixed #675 : preStart() is called twice when creating new instance of TypedActor
2011-03-05 22:56:16 +05:30
Debasish Ghosh
fe5ead9d6b
Fixed #675 : preStart() is called twice when creating new instance of TypedActor
2011-03-05 22:56:16 +05:30
Debasish Ghosh
48d06de589
fixed repo of scalatest which was incorrectly pointing to ScalaToolsSnapshot
2011-03-05 22:35:47 +05:30
Debasish Ghosh
31cf3e64fd
fixed repo of scalatest which was incorrectly pointing to ScalaToolsSnapshot
2011-03-05 22:35:47 +05:30
Roland Kuhn
50b2c14235
create akka-testkit subproject
...
- modify AkkaProject.scala
- move CallingThreadDispatcher & Spec and TestKit into akka-testkit
- update FSMTimingSpec accordingly
2011-03-05 14:36:08 +01:00
Roland Kuhn
3d28e6ad0f
create akka-testkit subproject
...
- modify AkkaProject.scala
- move CallingThreadDispatcher & Spec and TestKit into akka-testkit
- update FSMTimingSpec accordingly
2011-03-05 14:36:08 +01:00
Derek Williams
949dbffdd8
Use scalatools release repo for scalatest
2011-03-04 16:13:04 -07:00
Derek Williams
ca24247b46
Use scalatools release repo for scalatest
2011-03-04 16:13:04 -07:00
Derek Williams
15449e970a
Merge branch 'master' into derekjw-future-dispatch
...
Conflicts:
akka-actor/src/test/scala/akka/dispatch/FutureSpec.scala
2011-03-04 16:12:32 -07:00
Derek Williams
a647f32e31
Merge branch 'master' into derekjw-future-dispatch
...
Conflicts:
akka-actor/src/test/scala/akka/dispatch/FutureSpec.scala
2011-03-04 16:12:32 -07:00
Peter Vlugter
53c824d1e8
Remove logback config
2011-03-04 18:04:15 +01:00
Peter Vlugter
b090f873af
Remove logback config
2011-03-04 18:04:15 +01:00
Jonas Bonér
0b2508b7a5
merged with upstream
2011-03-04 16:50:35 +01:00
Jonas Bonér
4514df2b40
merged with upstream
2011-03-04 16:50:35 +01:00
Jonas Bonér
e8458351c1
reverted tests supported 2.9.0 to 2.8.1
2011-03-04 16:36:07 +01:00
Jonas Bonér
f3d87b2578
reverted tests supported 2.9.0 to 2.8.1
2011-03-04 16:36:07 +01:00
Jonas Bonér
5789a362d5
Merge branch '0deps', remote branch 'origin' into 0deps
2011-03-04 16:15:07 +01:00
Jonas Bonér
c909bb28ea
Merge branch '0deps', remote branch 'origin' into 0deps
2011-03-04 16:15:07 +01:00
Jonas Bonér
af22be7c37
reverting back to 2.8.1
2011-03-04 16:14:35 +01:00
Jonas Bonér
ff97c28c0b
reverting back to 2.8.1
2011-03-04 16:14:35 +01:00
Peter Vlugter
465e064f79
Update Java STM API to include STM utils
2011-03-04 10:34:46 +01:00
Peter Vlugter
f8082436dd
Update Java STM API to include STM utils
2011-03-04 10:34:46 +01:00
Derek Williams
ccd68bf50b
Cleaner exception matching in tests
2011-03-03 19:43:00 -07:00
Derek Williams
ee418e1fa0
Cleaner exception matching in tests
2011-03-03 19:43:00 -07:00
Derek Williams
eb4de86eda
Merge remote-tracking branch 'origin/0deps' into 0deps-future-dispatch
2011-03-03 15:13:12 -07:00
Derek Williams
db80212265
Merge remote-tracking branch 'origin/0deps' into 0deps-future-dispatch
2011-03-03 15:13:12 -07:00