11-16-2012, 09:44 AM
Should use single trigger. Using multiple process triggers that watch ALL processes is bad for PC performance.
In init2 can call any number of any fast functions. They run synchronously; QM does not start normally until all finished.
In init2 also can launch several threads with mac. They run asynchronously; QM does not wait.
In init2 can call any number of any fast functions. They run synchronously; QM does not start normally until all finished.
In init2 also can launch several threads with mac. They run asynchronously; QM does not wait.