Ask a Question related to Coldfusion Server Administration, Design and Development.
-
JoeD #1
Pages Exceed Time Limit
Greetings -
I have a quick question about logging pages that take more than xx seconds to
load as set in CF Administrator. Can somebody intepret exactly what that
means? That is, is that the time it takes for the server to send the data or
is it the time it takes for the user to actually finish downloading the file.
I guess what I'm really asking is can that be affected by the user's
connection? If a user has a slow dial up connection, could that cause a page
to be logged as taking longer than the limit set in the CF administrator?
TIA,
joe
JoeD Guest
-
Set a time limit to videorecord
How can I set a time limit to videorecord component? -
set a time limit on videoRecord component.
I need to set a time limit for recording for the videorecord component. I have heard that coding a timer to automaticly press the stop button. ... -
What is the allowable time limit for CFLOOP?
I am getting the following error when looping:- The request has exceeded the allowable time limit Tag: CFLOOP What is the allowable time limit... -
Adobe Illustrator Errors : Exceed implementation limit
I do a work on adobe Illustrator 10 and save it in illustrator 9 format. Now i can open it anymore, receiving this error when i try to open it.... -
time limit
ive created a game in which you have to guide a car from start 2 finish following a road. i basically want to add a time limit (preferbably 1 minute)... -
robisen@gmail.com #2
Re: Pages Exceed Time Limit
It page time processing so your user connection should not have
anything to do with it. What you want to do is look at the files that
are exceeding the time limit and use other resources such as your
performance monitoring, your other logs, JVM monitoring tools etc to
see where the bottle neck is. It could be at the DB, it could be at
the DB driver, it could be because CF is having difficult rendering a
large data set, it could be thread issues etc. IF you give us more
info we can help.
robisen@gmail.com Guest



Reply With Quote

