Timeout for IE 6.0 ?

K

KS

I got a form that I submit to the backend to do some tasks before it
responds and display another html page.
If the task take to long, how many seconds between the submit/request and
the respond/display the html can it take
before IE 6.0 timesout?
Is there a default timeout in IE 6 or is this handled elsewhere, or will the
browser wait forever?
Any knowledge on this?

thanx in advance
ks
 
W

William Tasso

KS said:
...
Is there a default timeout in IE 6 or is this handled elsewhere,

AFAIK the timeout is set by your scripting server and/or database connection
 
R

rf

William Tasso said:
AFAIK the timeout is set by your scripting server and/or database
connection

Er, database connection? Scripting server?

I would have thought the timeout would be a function of the TCP/IP stack.

Cheers
Richard.
 
W

William Tasso

rf said:
Er, database connection? Scripting server?

I would have thought the timeout would be a function of the TCP/IP
stack.

may be so - I bow to your greater knowledge.

however, I know that some script engines attempt to protect the server from
runaway scripts with a (settable) timeout value and also some DB libraries
have similar in-built functionality.
 
K

KS

Fast respons :)
That the timeout is not managed på the browser, but can be somehow be set
by the owner of the server or database running that the html page is
what i was hoping for.
So if i can find out how to adjust that timeout value on my server, I can
prevent the html page to timeout. If the timeout is longer than max
3minutes i can display another "this-take-to-long-
so-i-have-cancelled-the-request" page

KS
 
D

Dylan Parry

KS said:
I got a form that I submit to the backend to do some tasks before it
responds and display another html page.

Out of interest, what language is the form processor written in? I know
for sure that you can change the timeout in the actual script if it is
written in PHP and Perl (I assume the same exists for ASP et al.), so
maybe that is the best thing to do?
 
K

KS

The view is written in jsp(JavaServerPages) files instead of html, with
Struts 1.1 as the controller framework for submiting the form from jsp file
to the servlet on the server.
KS
 
W

William Tasso

Dylan said:
...
know for sure that you can change the timeout in the actual script if
it is written in PHP and Perl (I assume the same exists for ASP et
al.), so maybe that is the best thing to do?

ASP (vbScript): Server.ScriptTimeout
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top