< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
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? |