[asterisk-dev] tilghman: branch 1.4 r152958 - /branches/1.4/channels/chan_h323.c
Russell Bryant
russell at digium.com
Fri Oct 31 03:44:56 CDT 2008
On Oct 30, 2008, at 9:20 PM, Eliel Sardañons wrote:
> I don't think so, they are using joinable threads for the monitors in
> almost all the channels.
That is correct. However, they do use an API call that might get
confused with detached threads at a quick glance.
ast_pthread_create_background()
This API call does not create a detached thread. It creates a
joinable thread, but uses a smaller stack size than Asterisk threads
created without the _background() API call.
--
Russell Bryant
Senior Software Engineer
Open Source Team Lead
Digium, Inc.
More information about the asterisk-dev
mailing list