On 02/11/2014 22:24, Eric Pederson wrote:
> Hi Francois:
>
> I've integrated Akka into a couple of applications after the fact.
>
> One integration was adding a caching layer over a database.  It is
> written up
> here: 
> http://doc.akka.io/docs/akka/2.3.4/scala/howto.html#case-study-an-auto-updating-cache-using-actors.
>
> In another application I added group membership and leader election
> using Akka clustering, and work distribution using the algorithm in
> "Balancing Workloads Across Nodes" described in
> http://doc.akka.io/docs/akka/2.3.4/scala/howto.html#balancing-workload-across-nodes.
>
> Both times the integration was straightforward - just create the actor
> system and top level actors when the application starts up, and
> provide an API to send / receive messages to specific actors.
>
> -- Eric
>

Thanks,  that seems to be almost exactly what I was looking for.

Cheers,


-- 
Francois ARMAND
http://rudder-project.org
http://www.normation.com

-- 
>>>>>>>>>>      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