[akka-user] Re: Reusing ActorSystem / Actor in the web, generating unique names.

2014-09-10 Thread prakash . prajapati
Hello All, Can anyone tell me that how i can create only one ActorSystem & reuse it for all my requests in application ??? On Monday, June 11, 2012 5:58:27 AM UTC+5:30, dimgel wrote: > > Hi all, > > Since actors are stateful, I have to create an actor tree for each HTTP > request I handle, righ

[akka-user] Re: Reusing ActorSystem / Actor in the web, generating unique names.

2014-09-11 Thread prakash . prajapati
Hello All, First of all thanks for your prompt reply. Sorry but i am still having doubt because i am very new to AKKA. Right now we are running Web Application with 3 tier architecture [Actions Layer, Business Logic Layer, Data Access Object Layer]. So i need to use AKKA after my Business Lo

[akka-user] Re: Reusing ActorSystem / Actor in the web, generating unique names.

2014-09-13 Thread prakash . prajapati
Hello All, It's Done. Thank you so much for your support & to understand my problem very easily with prompt solution. On Monday, June 11, 2012 5:58:27 AM UTC+5:30, dimgel wrote: > > Hi all, > > Since actors are stateful, I have to create an actor tree for each HTTP > request I handle, right? >

[akka-user] Re: Reusing ActorSystem / Actor in the web, generating unique names.

2014-09-23 Thread prakash . prajapati
Again thanks for previous help. Only because of previous help we can moved on for our AKKA Project. Now need to know in deep. Problem Statement :- I am having 1 Table with 1 column in my Database ok. |-| |Amount | |-| |0| |-| package com.ivasyncapp.worker; i