True Multitasking Using Win32 API

Argus is a Win32 native application, it is written using the advantages of Win32 Application Programming Interface (API) designed in Windows NT, Windows 2000, Windows 95 and Windows 98. The major advantage - multitasking - gives Argus the possibility to use system resources with maximum performance (especially on multi-processor systems), because most of communication processes could be divided into parallel ones. At the same time, using separate threads for events handling, communication data reading and writing allows Argus to work with a minimum system load, so all other tasks running in a system can function without any delays.