Hi TS,

what do you mean by "per Session" here?

You could use many different tools to lookup actors. From the actorSelection
<http://doc.akka.io/docs/akka/2.3.11/scala/actors.html#Identifying_Actors_via_Actor_Selection>
which
allows to look up actors by local or remote path, to Cluster Sharding
<http://doc.akka.io/docs/akka/2.3.11/contrib/cluster-sharding.html>, which
manages actor creation and lookup by symbolic names across the cluster.

On Wed, May 13, 2015 at 2:22 AM, TS <test.tester1...@gmail.com> wrote:

> What is the best way to create a persistent actor once per session. Create
> it the first time, but look it up if it is already created.
>
> Thanks, TS
>
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Martynas Mickevičius
Typesafe <http://typesafe.com/> – Reactive
<http://www.reactivemanifesto.org/> Apps on the JVM

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to