House of Fusion
Home of the ColdFusion Community

Search cf-talk

October 07, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       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   

Subscribe Now
Fusion Authority Quarterly Update - ColdFusion 8 Special Edition
Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

Latency after COLDFUSION 8 upgrade

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
sud luthra
05/12/2008 03:13 PM

Hi, We upgraded to CF8 for our large Enterprise Application and have seen our application to be slower than before. Immediately after the upgrade the server would not even render any pages (it was painfully slow), after doing some research, (thanks for CFtalk) we found out about the conflict with JDK 1.6. We downgraded to 1.5 and the system speed has been OK, but nothing great. Any guidance on what we should be looking at to resolve the latency issues we are experiencing with CF8 would well appreciated. Thanks

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Peterson, Chris
05/12/2008 03:14 PM

Be sure server monitoring / memory profiling / debugging are disabled on the new server ;) Chris Hi, We upgraded to CF8 for our large Enterprise Application and have seen our application to be slower than before. Immediately after the upgrade the server would not even render any pages (it was painfully slow), after doing some research, (thanks for CFtalk) we found out about the conflict with JDK 1.6. We downgraded to 1.5 and the system speed has been OK, but nothing great. Any guidance on what we should be looking at to resolve the latency issues we are experiencing with CF8 would well appreciated. Thanks

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
sud luthra
05/12/2008 03:19 PM

Chris, Server monitoring and profiling were already off but debugging is on. Is there is difference in the impact that debugging has between CFMX7 and COLDFUSION 8? thanks ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jon Clausen
05/12/2008 04:19 PM

Chris is right.  You shouldn't have debugging turned on for a   production server - especially with "Report Execution Times" enabled.   I do know that debugging on CF8 returns much more information than on   CF7 if you have it configured for the full output.  It would make   sense that the increase in information would correlate to an increase   in overhead.   Also, are you using a third-party database driver or   one which is native to CF8.   If the former, you might want to check   the driver as well. HTH, Jon On May 12, 2008, at 3:17 PM, sud luthra wrote: ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jochem van Dieten
05/12/2008 08:26 PM

sud luthra wrote: > Server monitoring and profiling were already off but debugging is on. > Is there is difference in the impact that debugging has between CFMX7 and COLDFUSION 8? Nothing official, but in my experience debugging has a bigger impact in CF 8. Jochem

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Tom Chiverton
05/13/2008 04:18 AM

> Be sure server monitoring / memory profiling / debugging are disabled on > the new server ;) I believe the advice is to enable the latter, providing your using the alerts features of course. There isn't much impact. -- Tom Chiverton **************************************************** This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  Regulated by The Solicitors Regulation Authority. CONFIDENTIALITY This email is intended only for the use of the addressee named above and may be confidential or legally privileged.  If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents.   If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 2500. For more information about Halliwells LLP visit www.halliwells.com.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
sud luthra
05/13/2008 10:58 AM

We are using DB drivers native to CF; Also to be sure that there is no impact, we have turned off debugging completely. No luck yet :( ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Tom Chiverton
05/13/2008 11:57 AM

> We are using DB drivers native to CF; Also to be sure that there is no > impact, we have turned off debugging completely. No luck yet :( > > I believe the advice is to enable the latter, providing your using the > > alerts > > features of course. There isn't much impact. I mis-typed, oops. Turn debugging off on production servers. You can enable the left most of the three monitor options in the server monitor without issue. -- Tom Chiverton **************************************************** This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  Regulated by The Solicitors Regulation Authority. CONFIDENTIALITY This email is intended only for the use of the addressee named above and may be confidential or legally privileged.  If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents.   If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 2500. For more information about Halliwells LLP visit www.halliwells.com.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jon Clausen
05/13/2008 01:39 PM

OK.   That makes it more interesting.... Next step is too look at the operating system and permissions.   Are   you on Linux or Windows?  If Linux, what distro and is it a supported   distro for CF8 (I've run into problems on SUSE, for example, that   didn't occur in RHEL)? For Linux servers you should also 'chown' the cfusion logs directory   to ensure there aren't any permission conflicts when attempting write,   rotate, or append the log files. HTH, Jon On May 13, 2008, at 10:57 AM, sud luthra wrote: > We are using DB drivers native to CF; Also to be sure that there is   > no impact, we have turned off debugging completely. No luck yet :(

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
sud luthra
05/13/2008 02:51 PM

Jon, We are running on Windows 2003 Standard Edition SP2. thanks ----- Excess quoted text cut - see Original Post for more -----


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists