Hi,
I have the following problem:
I have a page that executes a data object. I process each row of data and
build my own HTML. Once all the work is done I set a label to the HTML I
just created in the onBeforeHtmlOutput event of that label using these
calls:
CSpDisplayField df = (CSpDisplayField)event.getSource();
df.setHtmlText(_html);
_html is a String with all that custom-generated HTML. So far, so good.
Unfortunately, when my result set gets large, my line-by-line processing
takes longer (over 1 minute). In the meantime the browser times out and I
get the message:
"This server is currently overloaded - please try again later"
This is a NetDynamics timeout, isn't it? Or is it something that has to do
with IE (we're using version4)? My timeout settings for the CP Service are
set to 6 minutes, so I'm guessing that that's not it. Does anyone know how
to get around this problem? Is there a solution?
I even tried being slightly tricky and kicking off my line-by-line
processing in a separate thread. But haven't had too much luck with getting
a thread going on the server side.
Thanks,
Chris
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]