[asterisk-bugs] [JIRA] (ASTERISK-20691) Create a generic thread pool for Asterisk
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Fri Nov 23 10:05:45 CST 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan updated ASTERISK-20691:
-----------------------------------
Description:
Create a generic thread pool in Asterisk. Regardless of the SIP stack chosen, having a thread pool will allow SIP requests to be serviced by multiple threads. Creating a generic concept of a thread pool abstracts the threading mechanisms from the servicing of the actual requests.
Note that this also will help to provide a firm boundary between the servicing of the SIP requests and a channel's {{pbx_thread}}.
* Update task processor to have a concept of a default listener that dispatches tasks, as well as a thread pool listener
* Create a thread pool...?
* Unit tests
* Profit
was:
Create a generic thread pool in Asterisk
* Update task processor to have a concept of a default listener that dispatches tasks, as well as a thread pool listener
* Create a thread pool...?
* Unit tests
* Profit
> Create a generic thread pool for Asterisk
> -----------------------------------------
>
> Key: ASTERISK-20691
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-20691
> Project: Asterisk
> Issue Type: New Feature
> Components: General
> Reporter: Matt Jordan
> Assignee: Mark Michelson
> Labels: Asterisk12, NewSIP
>
> Create a generic thread pool in Asterisk. Regardless of the SIP stack chosen, having a thread pool will allow SIP requests to be serviced by multiple threads. Creating a generic concept of a thread pool abstracts the threading mechanisms from the servicing of the actual requests.
> Note that this also will help to provide a firm boundary between the servicing of the SIP requests and a channel's {{pbx_thread}}.
> * Update task processor to have a concept of a default listener that dispatches tasks, as well as a thread pool listener
> * Create a thread pool...?
> * Unit tests
> * Profit
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list