Skip to main content
Inspiring
October 12, 2009
Answered

CF8, W2K3 Server and IIS6: Train wreck

  • October 12, 2009
  • 1 reply
  • 1076 views

Good morning all,

CF8 runs fine in development but, in production runs like crap. IIS6 needs restarting every morning and everthing is pointing to my code but, I had no problems with my code in development. Anyone know how to find if my code is causing memory leaks? I am also using Stored Procedures from CF to SQL 2005.

Thanks in Advance,

DJ Khalif

This topic has been closed for replies.
Correct answer ilssac

The monitoring tools built into ColdFusion 8.

AND|OR

SeeFusion (http://www.seefusion.com/)

AND|OR

FusionReactor (http://www.fusion-reactor.com/fr/)

It is quite possible that code that runs fine in development where one (or at most a few) users work fine, but behaves completely differently in production wehre dozens, hundred or potentially thousands of users start hitting it.

You may want to also check out load testing tools for testing of your applicaiton.

1 reply

ilssac
ilssacCorrect answer
Inspiring
October 12, 2009

The monitoring tools built into ColdFusion 8.

AND|OR

SeeFusion (http://www.seefusion.com/)

AND|OR

FusionReactor (http://www.fusion-reactor.com/fr/)

It is quite possible that code that runs fine in development where one (or at most a few) users work fine, but behaves completely differently in production wehre dozens, hundred or potentially thousands of users start hitting it.

You may want to also check out load testing tools for testing of your applicaiton.

djkhalifAuthor
Inspiring
October 12, 2009

Ian,

Thanks. JVM memory = 64.25 MB Used Memory 33.20MB. I'm over 50% in JVM Used Memory.