[reSIProcate] Dum threading
Scott Godin
slgodin at icescape.com
Thu Sep 29 08:29:21 CDT 2005
You can use the StackThread and DumThread objects to manage these threads
for you. Note: If you call any of the dum api's outside of the dum thread
you must add mutexing to the process loop in DumThread and your calls.
You want to look at repro (repro.cxx) for a sample use of StackThread and
DumThread.
_____
From: resiprocate-devel-bounces at list.sipfoundry.org
[mailto:resiprocate-devel-bounces at list.sipfoundry.org] On Behalf Of Micky
Kaufmann
Sent: Thursday, September 29, 2005 5:14 AM
To: resiprocate-devel at list.sipfoundry.org
Subject: [reSIProcate] Dum threading
Hi all,
I looked at the DUM Wiki on DUM threading -
http://warsaw.sjc.purplecomm.com/wiki/index.php?title=DUM_Threading.
I'm missing two things there - 'Howto' for thread models and a way to
separate the application threads from the dum callbacks.
I.e. I wish to handle the dum callbacks in a cpu (thread) different from the
thread of the dum stack itself, since the callback code may consume too much
time.
Did anyone implement something similar?
Micky Kaufmann
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20050929/73c11dbf/attachment.htm>
More information about the resiprocate-devel
mailing list