> As you can see in my code I've also try to set tpTimeCritical to 
> thread priority, but without any success.

Try changing the application priority:

SetPriorityClass (GetCurrentProcess, HIGH_PRIORITY_CLASS); 

or even REALTIME_PRIORITY_CLASS, but this last one can be dangerous since
Windows may lock up if your application goes wild. 

Angus


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to