[asterisk-dev] [Code Review] 2581: astobj2-ify the SLA code.

Matt Jordan reviewboard at asterisk.org
Mon Jul 1 07:04:18 CDT 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2581/#review9023
-----------------------------------------------------------

Ship it!


Ship It!

- Matt Jordan


On June 28, 2013, 2:31 p.m., Russell Bryant wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/2581/
> -----------------------------------------------------------
> 
> (Updated June 28, 2013, 2:31 p.m.)
> 
> 
> Review request for Asterisk Developers.
> 
> 
> Repository: Asterisk
> 
> 
> Description
> -------
> 
> The SLA code within app_meetme was written before asotbj2 had been
> merged into Asterisk.  Worse, support for reloads did not exist at first
> and was added later as a bolt-on feature.  I knew at the time that
> reloading was not safe at all while SLA was in use, so the reload would
> be queued up to execute when the system was idle.  Unfortunately, this
> approach was still prone to errors beyond the fact that this was the
> only place in Asterisk where configuration was not reloaded
> instantly when requested.
> 
> This patch converts various SLA objects to be reference counted objects
> using astobj2.  This allows reloads to be processed while the system is
> in use.  The code ensures that the objects will not disappear while one
> of the other threads is using them.  However, they will be immediately
> removed from the global trunk and station containers so no new calls
> will use them if removed from configuration.
> 
> 
> Diffs
> -----
> 
>   /branches/1.8/apps/app_meetme.c 393123 
>   /branches/1.8/configs/sla.conf.sample 393123 
>   /branches/1.8/include/asterisk/utils.h 393123 
> 
> Diff: https://reviewboard.asterisk.org/r/2581/diff/
> 
> 
> Testing
> -------
> 
> Manual configuration related testing by me.  Functional testing by CoreDial, LLC.
> 
> 
> Thanks,
> 
> Russell Bryant
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20130701/8f4ae5da/attachment.htm>


More information about the asterisk-dev mailing list