Hi,

I'm pretty new to Akka and would like to build a kind of resource-loader 
with it. On a HttpRequest I would like to gather async informations from 
different sources and return them aggregated.
The Problem is that since this application has to run in a classical 
Java-Appserver like JBoss I'll have to use a servlet for the request 
handling and create an actor system for the request to get the parallelism 
working.

Since I've heard a few times that creating an actor system is expensive I'd 
like to know whether creating one on per request is a good idea or not. Are 
there other possibilities?

Thanks and regards
Johannes

-- 
>>>>>>>>>>      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 [email protected].
To post to this group, send email to [email protected].
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