Hi Azeez,

>
> On Tue, Nov 25, 2014 at 1:14 PM, Afkham Azeez <[email protected]> wrote:
>
>> I have been involved in a few Stratos code reviews, and one of the major
>> issues I noted in many places is that Stratos does not have a proper
>> threading model. Threads are created as and when needed in many places. In
>> fact, there were instances where threads were spawned from within the run
>> method of other threads! Then there are instances of while(true) loops
>> inside the run methods.
>>
>> +1 I cleaned up above mentioned while(true) loops with the following
commit:
https://github.com/apache/stratos/commit/e20119c357d856543e06cc1faad2052fd6759100

Will do necessary modifications to clean up the threading model as well.

Thanks

Reply via email to