Pages Exceed Time Limit

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. Set a time limit to videorecord
      How can I set a time limit to videorecord component?
    2. 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. ...
    3. 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...
    4. 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....
    5. 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)...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139