Re: Merging all the threading pools used in autoscaler to one thread pool

2015-06-23 Thread Reka Thirunavukkarasu
Hi Imesh, On Tue, Jun 23, 2015 at 2:01 PM, Imesh Gunaratne wrote: > Hi Reka, > > I do not think it should be one thread pool. May be few high-level ones > for different features: > > 1. Application Monitors > 2. Message Listeners > 3. Any other functionality using threads > +1 to have functiona

Re: Merging all the threading pools used in autoscaler to one thread pool

2015-06-23 Thread Imesh Gunaratne
Hi Reka, I do not think it should be one thread pool. May be few high-level ones for different features: 1. Application Monitors 2. Message Listeners 3. Any other functionality using threads Thanks On Tue, Jun 23, 2015 at 1:42 PM, Reka Thirunavukkarasu wrote: > Hi Isuru, > > On Tue, Jun 23, 2

Re: Merging all the threading pools used in autoscaler to one thread pool

2015-06-23 Thread Reka Thirunavukkarasu
Hi Isuru, On Tue, Jun 23, 2015 at 1:00 PM, Isuru Haththotuwa wrote: > Hi Reka, > > > On Tue, Jun 23, 2015 at 12:20 PM, Reka Thirunavukkarasu > wrote: > >> Hi >> >> While testing found out that we are using different pool for different >> purposes like application monitor, group monitor, cluster

Re: Merging all the threading pools used in autoscaler to one thread pool

2015-06-23 Thread Isuru Haththotuwa
Hi Reka, On Tue, Jun 23, 2015 at 12:20 PM, Reka Thirunavukkarasu wrote: > Hi > > While testing found out that we are using different pool for different > purposes like application monitor, group monitor, cluster monitor and etc. > Is it possible to use one thread pool per component such as aut

Re: Merging all the threading pools used in autoscaler to one thread pool

2015-06-23 Thread Reka Thirunavukkarasu
Hi On Tue, Jun 23, 2015 at 12:50 PM, Gayan Gunarathne wrote: > Hi Reka, > > On Tue, Jun 23, 2015 at 12:20 PM, Reka Thirunavukkarasu > wrote: > >> Hi >> >> While testing found out that we are using different pool for different >> purposes like application monitor, group monitor, cluster monitor

Re: Merging all the threading pools used in autoscaler to one thread pool

2015-06-23 Thread Gayan Gunarathne
Hi Reka, On Tue, Jun 23, 2015 at 12:20 PM, Reka Thirunavukkarasu wrote: > Hi > > While testing found out that we are using different pool for different > purposes like application monitor, group monitor, cluster monitor and etc. > Is it possible to use one thread pool per component such as autos

Merging all the threading pools used in autoscaler to one thread pool

2015-06-22 Thread Reka Thirunavukkarasu
Hi While testing found out that we are using different pool for different purposes like application monitor, group monitor, cluster monitor and etc. Is it possible to use one thread pool per component such as autoscaler with higher pool size like 100. Then we can make sure that there will always b