[reSIProcate] On using threads....
Hi,
I'm still very confused about how to use the resip stack when I want to
process
incoming data from the socket connection.
I notice there is a stackThread, and DumThread. but not sure if I have
to use them
if I want to insert....
stack->process(myfd);
into the Mac event loop.
In this case, do I really need to create a stackThread and DumThread?
and if I do, then how do I implement code to process incoming data from the
remote proxy?
Obviously the WIKI doesn't explain this... nor can I find any source
code examples
of it's use....
Is this an either/or or a both situation...
John