Hi,

On Tue, Mar 31, 2015 at 3:39 PM, Zen <simrenkaur1...@gmail.com> wrote:

> Hi,
> I am new to Akka and am exploring router resizing feature of Akka.I have a
> doubt here that once the router increases the number of routees at a given
> time , cant it also decrease the number.I mean i read it here
> <http://stackoverflow.com/questions/16649555/dynamically-add-remove-routees-to-a-router-actor>
>  that
> once size is increased the size is increased i.e the number of routees you
> have to reduce it by giving Poison pill. Please correct me if I am wrong.
>

Maybe this is what you are looking for:
http://doc.akka.io/docs/akka/2.3.6/scala/routing.html#Dynamically_Resizable_Pool

-Endre


>    Further its related to the previous one only that once you have
> specified initial number of instances why do u specify lower bound , which
> at times is lower then the initial number of instances. So does the number
> of routees decrease by their own when you dont have sufficient amount of
> work or you have to explicitly give poison pill!
> Thanks!
>
> --
> >>>>>>>>>> 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.
>



-- 
Akka Team
Typesafe - Reactive apps on the JVM
Blog: letitcrash.com
Twitter: @akkateam

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