[Home]

Summary:ASTERISK-26885: channel: Support dynamic number of file descriptors
Reporter:Joshua C. Colp (jcolp)Labels:
Date Opened:2017-03-20 09:36:32Date Closed:2017-03-29 12:47:01
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Currently channels have a fixed number of file descriptors that can be placed on them. We should explore allowing a dynamic number to be put on them so that in the future we can have 'n' number of streams on a channel (with separate RTP instances if need be) with no problems.
As part of this it would also be nice to explore if we can transparently improve the performance of the ast_waitfor_* functions. These are called VERY often and if they can be streamlined that'd be super.
Comments:By: Friendly Automation (friendly-automation) 2017-03-29 12:47:02.812-0500

Change 5283 merged by zuul:
channel: Remove old epoll support and fixed max number of file descriptors.

[https://gerrit.asterisk.org/5283|https://gerrit.asterisk.org/5283]