[progress Communities] [progress Openedge Abl] Forum Post: Re: Simultaneous Asynchronous...

  • Thread starter Thread starter ntwatkins
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top