Asyn Load Date Page Problem
Hi All!
I need help with a problem with Load-Data Page.
I have a loop Loading-Data pages, and in other loop i wait the response.
Example.
Loop of TEMPINFO.pxResults {
Pool Id = tempinfo.Example
Load Data Page - D_TempXXX(tempinfo.Example) }
Loop of TEMINFO.pxResults {
ConnectWait Pool Id = tempinfo.Example
Data transform D_TempXXX(tempinfo.Example) }
This works fine, but if one of the all response is slow, stop all the process.
Anyone know other method for resolve this problem?
Thanks!