< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
There is some info here: http://wiki.resiprocate.org/wiki/index.php?title=DUM_Threading The current design allows the stack to run in it’s own
thread (examples are InterruptableStackThread and StackThread) and the tu’s
to run in their own threads (an example is DumThread). Threading on the
transports is not currently supported. Scott From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Rishin
Chakraborty Hi, I
am going through the reSIProcate code. I have a doubt about the stacks process
model. The
wiki pages say that the FIFOs in reSIP are used to communicate between threads;
however, I could not find any thread other than SipThread within reSIP. Am
I missing something here? Can someone help let me know about the process or
thread model of reSIP? Thanks, Rishin |