Thank you, Patrik.

I think you hit the nail in the head with that ticket.  I wanted to write 
earlier that this felt like behavior you see when you have two nested "for" 
loops:

for i = N to 1
  for j = 1 to N 
    do_something

The stash-unstash cycle you pointed out effectively behaves like the above 
example... and the reason later messages get sent out faster is because 
there is progressively less stashing to do.

Is this a hard-to-implement fix?

-Boris

 

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