Skip to main content
January 10, 2009
Question

jrun timeout

  • January 10, 2009
  • 1 reply
  • 1296 views
Hi i have a dedicated server with coldfusion, i ran a fairly big sql query, while this was running my website went down saying jrun timeout error..

what would be the best way to stop this from happening?
    This topic has been closed for replies.

    1 reply

    Inspiring
    January 12, 2009
    craiglaw98 wrote:
    > Hi i have a dedicated server with coldfusion, i ran a fairly big sql query,
    > while this was running my website went down saying jrun timeout error..
    >
    > what would be the best way to stop this from happening?

    First try and set that page timeout to a higher value:
    <cfsetting requesttimeout="100">

    If this doesn't work come back with more details (database type, how
    much time it takes to run the query outside ColdFusion, etc).

    --
    Mack
    January 12, 2009
    Hi i have it set to <cfsetting requesttimeout="100"> for the query in question,

    i had a user in australia run this query via the website, i then went on the website in the UK and i got the timeout error