Hi Igor,

On 4 March 2014 at 13:51:31, Igor Wolkov ([email protected]) wrote:

Hi all.

In 
http://doc.akka.io/docs/akka/snapshot/scala/routing.html#Dynamically_Resizable_Pool
 described how to configure Dynamically Resizable Pool but it's not clear how 
to resize this pool. Should I send a kind of special message, or should invoke 
some method on router?


The pool will be automatically resized depending on the configuration as normal 
messages are sent to it. The messages-per-resize decides how often a resize is 
attempted.



You can send an AdjustPoolSize message to the pool, but that could be changed 
by the automatic resize logic when it kicks in.



B/




Thank you.
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> 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/groups/opt_out.


-- 
Björn Antonsson
Typesafe – Reactive Apps on the JVM
twitter: @bantonsson

-- 
>>>>>>>>>>      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/groups/opt_out.

Reply via email to