[reSIProcate] Single-threading
Bayart Frederik
Frederik.Bayart at siemens.com
Mon Jun 14 06:34:29 CDT 2004
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.
The stack uses nonblocking I/O.
-----Original Message-----
From: resiprocate-devel-bounces at list.sipfoundry.org
[mailto:resiprocate-devel-bounces at list.sipfoundry.org]On Behalf Of Diego
Sarasa (ML/EEM)
Sent: Monday, June 14, 2004 12:35 PM
To: 'resiprocate-devel at list.sipfoundry.org'
Subject: [reSIProcate] Single-threading
Hi,
I have a question regarding reSIProcate in single-threading mode
Are the socket-calls blocking, and every call is assumed to run in a
thread of its own,
or does the stack support asynchronous operation, so that we can have
parallel calls even in single-threading mode?
Regards,
Diego
More information about the resiprocate-devel
mailing list