Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Coldfusion intermittently running slowly

New Here ,
Sep 21, 2011 Sep 21, 2011

We recently migrated several coldfusion websites from

Windows server 2003 to 2008 and IIS 6 to IIS 7.

We are running Coldfusion 9 enterprise  64 bit in both environments.

The first couple of days ran succesfully, but then we sufferred intermittent slow responses from the websites.

The only errors reported were http 503 back from IIS and some CFLOOP and CFHTTP timeouts in our exception handler.

We have tried turning off all CF schedules and increased the queue length property on the Application Pools

The CFLOOP which is timing out looks as follows:

   <cfloop collection="#request.session#" item="local.ii">

    <cfset session[local.ii] = request.session[local.ii] />

   </cfloop>

Of course, this timeout may be a symptom of the problem rather than a cause.

Many Thanks,

Ian Bagnall.

972
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Sep 21, 2011 Sep 21, 2011
LATEST

Hi Ian,

Is the CF9 Enterprise multiserver or server configuration type installation?

Think it would be helpful to know if there are any interesting warnings or errors in logs when the intermittent slowness occurs. Check log files at the correct time stamp that matches slow time in Jrun4\logs (multiserver) or CF9\runtime\logs (server).

HTH, Carl.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources