I don't know if this is really a Perl question, but here it goes anyway.

Is there a way to change the amount of time the browser waits for response from a page/script? I think right now most are set at about 2-3 minutes until they give you the "Couldn't find http://www.blah-blah.com" message.

I'm needing it to change this because one of the scripts on my site does some major data crunching for all data the users have entered that day. It could take 45 seconds, or it could take 5 minutes. It just depends on the amount of work done in the web tool. I'm needing this so in the middle of the script call it doesn't crap out and close the connection to our datawarehouse.

setTimeout won't work because the time varies and I don't want the tool to wait for 5 minutes no matter the amount of data changed. Doing a redirect won't work either due to security issues.

Thanks in advance,
j


In reply to Browser Timeout by Jonas

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.