Multithread Technology in THDS-100 Automatic Dispatching System

Xiaorong Xie
2001-01-01
Abstract:The performance of an automatic dispatching system is analyzed for medium or small size dispatching systems and county dispatching systems. The system uses the multithread managing ability of the Windows NT operating system. The system analyzes how to utilize thread priority setting to increase the response of important system processes. At the same time, several methods are compared to synchronize threads and avoid inconsistent data. This technology has been successfully used in the THDS 100 Automatic Dispatching System with very good results. It avoids the waste of time in the general timer method. The method uses the multithread dispatching ability of the operating system to manage threads with different functions in the automatic dispatching system for better peak performance while performing other system functions during fault handling.
What problem does this paper attempt to address?