Details
-
Type: New Feature
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: V1.1.0.0
-
Component/s: cifX Device Driver
-
Labels:None
-
Account:SDO Driver (SDODRIVER)
Description
Currently the SYNC notification is processed with priority "THREAD_PRIORITY_TIME_CRITICAL".
All other notification using the default priority. On Windows 7 a higher priority could improve the application performance.
"THREAD_PRIORITY_HIGHEST" should be used to prevent conflicts with SYNC notification.