02-25-2006 04:54 PM
02-27-2006 03:43 AM
Have you tried boosting the process priority of the time-critical thread?
I have used the SDK function SetThreadPriority (... THREAD_PRIORITY_TIME_CRITICAL) quite successfully in simiar applications.
JR
02-27-2006 07:05 AM
mjay,
You could try this approach, which moves time-consuming operations out of the critical thread:
Regards,
Colin.
02-28-2006 11:39 AM
Thanks to all of you for your inputs
02-28-2006 04:48 PM - edited 02-28-2006 04:48 PM
(just noticed the discussion in the other thread)
Message Edited by cdk52 on 03-01-2006 08:55 AM