Improvment to Axis2/C client side thread pool
---------------------------------------------

                 Key: AXIS2C-1326
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1326
             Project: Axis2-C
          Issue Type: Improvement
          Components: core/clientapi
            Reporter: Damitha Kumarage


Currently Axis2/C client engine don't make use of the thread pool facility even 
if we pass one.
It just request threads from the thread pool and may exhaust all available 
threads until
blocking the main thread at some point waiting for new thread which is not what
the user desire by passing a thread pool. This limitation could be addressed by 
not requesting
threads from the passed thread pool but instead passing the job to the thread 
pool(probably thread
method and data). Then the thread pool handle the jobs without never blocking 
the main thread.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to