RE: [reSIProcate] Single-threading
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@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx]On Behalf Of Diego
Sarasa (ML/EEM)
Sent: Monday, June 14, 2004 12:35 PM
To: 'resiprocate-devel@xxxxxxxxxxxxxxxxxxx'
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