Hello,

I'm trying to learn akka and need a clarification how to design an 
application. Lets imagine simple HTTP CRUD app, which handles some 
documents stored in mongodb. For each of this operations I'd need at least 
one actor processing request, fetching db record and formatting the output? 
When do I create actors? Is the idea to create a new actor for each new 
http request? Actors can be started, stopped, but when to do so in context 
of this simple app?

To handle blocking calls to RDMBS the documentations suggests to create an 
dedicated actor and "make sure to configure a thread pool which is either 
dedicated for this purpose or sufficiently size". Is there any example 
implementation?

Thanks!

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