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

Re: [reSIProcate] reSIP Process model


There is some info here: 

http://wiki.resiprocate.org/wiki/index.php?title=DUM_Threading

http://wiki.resiprocate.org/wiki/index.php?title=FAQ#How_does_the_buildFdSet.2C_select.2C_process_loop_work.3F

 

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
Sent: Tuesday, November 07, 2006 3:18 AM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] reSIP Process model

 

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