Chapter 9: Queuing and Executing Process Calls

Topic

Page

Configuring ProcessQ calls

§

Controlling the appearance of a new process

§

ProcessQ is an application that can queue and execute process calls parallel or in sequence. The serialization is implemented with a mutex (mutual exclusion) semaphore. The application uses an internal GUID to name the mutex, so the exclusion is system-wide (over all products). It is possible to set an own ID for special purposes. Both the state of being locked by the mutex and the runtime of the queued process have an own timeout mechanism. The windows style (hidden, normal, maximized, minimized) of the application to call can be configured.

ProcessQ requires the SolBase.dll library.