As far as I can tell, all the NetDynamics services' timeouts are set to
360000 ms (= 6 minutes).  I'm looking at the "Advanced Properties" tab in
the Command Center.  When you say "connection client" you mean the CP
Service and when you say "data server" you're referring to the RDBMS
Service, correct?  

Are there any other timeout settings I'm missing?

Again, our problem is that the data object returns all the data right back,
and then the page processes it in the onBeforeHTMLOutput event (we also
tried onBeforeDisplay even) and that's what's taking so long.  There must be
a way to get this to work, right?

Thanks,
Chris



> -----Original Message-----
> From: Johnston, Brendan   [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, May 21, 1999 5:51 PM
> To:   'Kmiec, Christopher A';
> [EMAIL PROTECTED]
> Subject:      RE: [ND] Timeout
> 
> Maybe you need to look at the connection client timeout or the data server
> timeouts.
> 
> We have reports which take quite a while to run and got them to work in
> 3.x.
> 
> Brendan Johnston
> TeamND
> 
> 
>       -----Original Message-----
>       From:   Kmiec, Christopher A [SMTP:[EMAIL PROTECTED]]
>       Sent:   Friday, May 21, 1999 2:44 PM
>       To:     [EMAIL PROTECTED]
>       Subject:        [ND] Timeout
> 
>       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]
_________________________________________________________________________

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]

Reply via email to