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

Re: [reSIProcate-users] Threading model


So it would be OK then to have the stack thread putting messages in the fifo and multiple PThreads pulling messages out and using the same stack to send replies?


Byron Campen wrote:
The StackThread gives cycles to the stack, which causes messages to be put in a fifo. SipStack::receive() pulls messages out of that fifo.

Best regards,
Byron Campen