Re: [reSIProcate-users] clientSubscription NOTIFY problem
Hi Scott!
Am 08.06.2010 19:32, schrieb Scott Godin:
Further, is there a mode to let stack/dum create a thread itself for
internal processing (so that I do not need an event loop in the
application, but wait for callback events)?
There is a pretty detailed wiki page on all this stuff:
http://www.resiprocate.org/DUM_Threading
Not sure if I got it right: I do not care about if dum and stack use the
same thread or a different one - I just want that all the SIP stuff is
happening asynchronously independent from the application's thread.
Will using DumThread solve my issues or do I have to use StackThread (or
InterruptableStackThread) too?
Thanks
Klaus