freeswitch / sofia-sip

Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.
GNU Lesser General Public License v2.1
253 stars 171 forks source link

Multitasking /Multithreading support #170

Open Sivasundareswaran opened 1 year ago

Sivasundareswaran commented 1 year ago

Hi All,

currently we are using Sofia stack (1.13.6) , can anyone explain whether Sofia stack has multitasking /multithreading support?
if yes. please share the reference path.

Thanks in Advance!!

andywolk commented 1 year ago

No. Each profile in sofia is single threaded.

Sivasundareswaran commented 1 year ago

Thanks so much , also can you please explain tport has thread pool ? I saw tport_threadpool.c file inside the tport,