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

IIS/Coldfusion 10 performance problems

Community Beginner ,
Aug 08, 2013 Aug 08, 2013

Copy link to clipboard

Copied

We recently setup a new server with CF10. We're experienncing severe performance problems at times. We had similar problems with CF9 but not nearly as severe. How do we go about diagnosing the problem and finding a solution? The logs don't seem to help. thanks

Views

872

Translate

Translate

Report

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 ,
Aug 08, 2013 Aug 08, 2013

Copy link to clipboard

Copied

CF10 and CF9 run on Java plus CF10 also has tomcat instead of Jrun. If one of the Java virtual machine parameters is reaching a limit you can get poor performance and stability.

With tomcat connecting to IIS you can do well to check the date and byte size of your ISAPI_redirect.DLL since there was an update to that in CF10 update 5 onwards and another in CF10 update 11.

You mention logs are ok. I take from that the details in CF10\config\wsconfig\N\"ISAPI log" are what you expect to see?


If you have CF developer or enterprise CF Monitor can help resolve something slow.


If you are familiar with Java then you can use JVM logging and or JDK JMX tools jconsole and jvisualvm to see how the Java is going with its heaps and garbage collections. JMX can also be useful to see how the tomcat connector is performing at the CF end.


CFSTAT can be useful on CF9 tho I find it less so on CF10 tho since it is available try use that as well case it helps.

HTH, Carl.

Votes

Translate

Translate

Report

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
Enthusiast ,
Aug 09, 2013 Aug 09, 2013

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

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
Documentation