In my system, I use 16 sender actors sending messages to 1 receiver actor.
16 sender actors distribute evenly on 4 ActorSystem,s and receiver actor is 
in an individual ActorSystem.
Each sender sends 75msg/s to receiver, each message is about 1kb.

The problem I met is that when the senders begin to send messages, there is 
always a period (about 5-6s) during which the latency is up to 2s,
then the latency becomes 40ms+.

I want to know why, because I really want to get rid of the high latency 
period, or else at least I want to know how I can decrease the latency a 
bit.

The ActorRef of the receiver is sent to each sender by another actor in 
another ActorSystem, so there is no connection between sender ActorSystem
and receiver ActorSystem. Is this the reason?

Anyone please help me, :(

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