< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

RE: [reSIProcate] A newbie question


> -----Original Message-----
> From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
> [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx]On Behalf Of Sam
Ganesan
>
> I was looking through the code... "It is multithreaded" but is
> there a max
> thread count? Are these threads pre-spawned or are they spawned as
> necessary...  Any help greatly appreciated.  I did not join the list
> because if this is the developers forum I am not one. I did not see a
> users list.  I apologize if this is the wrong list to post to

By default, the stack will run completely in one thread. If you enable the
stack to be multithreaded in the SipStack constructor, it will then create a
new thread for each call to SipStack::addTransport.