No description
Find a file
Paul Pacheco 376d1c9dfb Added server initiated remote untyped session actors
now you can register a factory function and whenever a new session starts, the actor will be created and started. When the client disconnects, the actor will be stopped. The client works the same as any other untyped remote server managed actor.

use like this:
	RemoteServer.registerPerSession("actor-name", actorOf[MyActor])

Unregister like this:
	RemoteServer.unregisterPerSession("actor-name")
2010-11-14 16:26:33 -06:00
akka-actor/src Merge branch 'master' of git://github.com/jboner/akka into session-actors 2010-11-14 13:10:37 -06:00
akka-amqp/src minor simplification 2010-11-12 14:24:06 +01:00
akka-camel/src Fixing ticket #530 2010-11-14 16:29:07 +01:00
akka-http/src Removing legacy code for 1.0 2010-11-12 10:58:16 +01:00
akka-jta/src Reworked stm with no global/local 2010-11-14 09:53:14 +13:00
akka-karaf/akka-features/src/main/resources BREAKAGE: switching from se.scalablesolutions.akka to akka for all packages 2010-10-26 12:49:25 +02:00
akka-kernel/src/main/scala removed trailing spaces 2010-10-29 16:33:31 +02:00
akka-persistence Update redis test after rebase 2010-11-14 10:42:03 +13:00
akka-remote/src Added server initiated remote untyped session actors 2010-11-14 16:26:33 -06:00
akka-samples Reworked stm with no global/local 2010-11-14 09:53:14 +13:00
akka-sbt-plugin Update sbt plugin 2010-11-08 13:02:49 +13:00
akka-spring/src Reworked stm with no global/local 2010-11-14 09:53:14 +13:00
akka-stm/src Remove disabled src in stm module 2010-11-14 09:54:10 +13:00
akka-typed-actor/src Move transactor.typed to other packages 2010-11-14 09:54:10 +13:00
config closing ticket 518 2010-11-12 10:25:36 -05:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo First pass on separating stm into its own module 2010-11-14 09:53:14 +13:00
project Add coordinated transactions for typed actors 2010-11-14 09:54:10 +13:00
scripts Improved secure cookie generation script 2010-10-27 13:22:38 +02:00
.gitignore Add tags to gitignore. 2010-10-06 15:21:44 +08:00
LICENSE Added explicit nullification of all ActorRef references in Actor to make the Actor instance eligable for GC 2010-05-18 20:25:13 +02:00
README Made 'hotswap' a Stack instead of Option + addded 'RevertHotSwap' and 'unbecome' + added tests for pushing and popping the hotswap stack 2010-10-08 13:24:06 +02:00
README.textile Release 0.10 2010-08-21 18:06:35 +02:00