Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Brower timeout... help 1

Status
Not open for further replies.

smack1

IS-IT--Management
Jun 19, 2001
21
US
Hey guys, I have a very lengthy process I'm running through on one of my templates. IE times out before the I get conformation that the job has completed. It also kills the processing.

Any ideas on how to extend the timeout settings or work around it?

Thanks in advance!
 
When you call the template through your browser,
include the "RequestTimeout" parameter.

Code:
[URL unfurl="true"]http://some.domain.com/myTemplate.cfm?[/URL]
RequestTimeout=500

This indicates that the ColdFusion server should wait up to
500 seconds before timing out.

NOTE: This will not override any NT Server settings, so
your web server could timeout before the CF server does!
- tleish
 
I'll try that. I am just running this on a development PC. I am quering an Excel spreadsheet with 18K+ records and writing it to a DB. I am having to do some data checking to maintain integrity of the data. I'm kind of new at this. It seems to be taking a long time to process. I'm just pulling one column at a time. Does sound logical? There are about 20 columns. I am looping through the insert query replacing empty cells with a flag.

Thanks for the suggestion. Any other suggestions are welcome.

Matt
 
This is how to extend IE's timeout

thread608-228751 DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top