Hi,

I am developing an application using scala and akka actors where I have a 
client and a server. Client is on a remote machine. I have set up a 
scheduler on client which send messages to server at regular intervals. On 
server end, I have created smallest mailbox pool of server actors which 
will be processing the messages sent by the client.

Server actors process messages for few seconds say 60 sec and then stop 
processing the messages. I am not able to figure out what exactly is 
happening at the server end? Are the server actors getting killed? I have 
verified that client is continuously sending the messages. Are the messages 
getting lost in between client and server?

Thanks for your help.

Regards,
Yogesh

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