N
ntwatkins
Guest
You could use a repeat loop with a PROCESS EVENTS and check to see if each process is still running. Something like the following pseudo-code: $repeat-block$: REPEAT: PROCESS EVENTS. IF THEN LEAVE $repeat-block$. END. To handle your timeout, you could also use the CANEL-REQUESTS-AFTER() method of the server handle.
Continue reading...
Continue reading...