Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Telix #1
cfquery, timeout attribute and cfserver timeout setting
On our server, CFMX 6.1, we have an option setting for timeout requests as120
seconds. Then in my query, I tried replacing the timeout setting to 300
seconds, but the query always timeouts at 120 seconds. Is there something I
miss? How come my query timeouts at the server setting and not my query
setting?
I just need to know. There has to be a simple or complicated explanation. Any
which way that will satisfy my curiousity.
Thanks in advance..
Telix Guest
-
#40750 [NEW]: fsockopen timeout parameter overwrites timeout for reading
From: andreas dot rieber at 2e-systems dot com Operating system: OpenSuse PHP version: 5.2.1 PHP Bug Type: Network related... -
Timeout setting not working
I have quite a short Time Requests after setting (5 seconds) as I'm getting 100% lock ups and I need to cut the load on my server. The problem is... -
WebService ignoring timeout properties? (Server was unable to process request. --> Timeout exired)
Hi! I have a webservice serving the latest orders from a webshop. The customer uses a forms app client to fetch these orders and push them into... -
Timeout sometimes runs past the timeout length
I'm using Director MX on Windows XP. I have created a programme that launches a dir in a movie window. I am using the timeout set of commands to... -
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Gary Why not just change the connection timeout property? Your doing an update statement, which could take various amounts of time depending on... -
jdeline #2
Re: cfquery, timeout attribute and cfserver timeoutsetting
This from
[url]http://livedocs.macromedia.com/coldfusion/5.0/CFML_Reference/Tags78.htm#1102316:[/url]
"Optional. The maximum number of milliseconds for the query to execute before
returning an error indicating that the query has timed-out. This attribute is
not supported by most ODBC drivers. timeout is supported by the SQL Server 6.x
or above driver. The minimum and maximum allowable values vary, depending on
the driver."
jdeline Guest



Reply With Quote

