Re: Adding ExecutorService for Stratos Threading

2014-12-01 Thread Udara Liyanage
Hi, IMO having a separate configuration file for just executor service is needed. We can have a common file as Imesh suggested where we can define other common parameters too. On Mon, Dec 1, 2014 at 5:50 PM, Imesh Gunaratne wrote: > +1 A good design Gayan! > > On Mon, Dec 1, 2014 at 12:39 PM, G

Re: Adding ExecutorService for Stratos Threading

2014-12-01 Thread Imesh Gunaratne
+1 A good design Gayan! On Mon, Dec 1, 2014 at 12:39 PM, Gayan Gunarathne wrote: > > As for the $subject, we are identified following modifications. > > 1. We will maintain the map of executor services which returns the > executor service per component. Once the component (eg CC,AS) needs to > c

Adding ExecutorService for Stratos Threading

2014-11-30 Thread Gayan Gunarathne
As for the $subject, we are identified following modifications. 1. We will maintain the map of executor services which returns the executor service per component. Once the component (eg CC,AS) needs to create a thread it should be getting his relevant executor service from the executor service ma