Performance Tuning: stand-alone vs. enterprise

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

  1. #1

    Default Performance Tuning: stand-alone vs. enterprise

    We had significant performance issues where our Jrun began to consume more and
    more of the processor as it tried to serve pages to 300 or so users. The
    application may be to blame, but we don't feel we can make that assessment
    without knowing whether there is something in the CF setup to consider.

    When looking at the techrepublic.com.com/5100-22-5163972.html# that talked
    about this setting and described behavior similar to that we were seeing.

    We pursued that glimmer of hope only to find that the setting was not present.
    Our ColdFusion Administrator indicated that it's not available on our server
    because we're using the Enterprise setup. He also indicated that it is best to
    let the Web Server handle the number of requests, but I'm not sure this is the
    same thing... He knows a lot more than I do, but I couldn't help wondering
    whether or not there is another way to tweak this setting.

    Are there significant differences in the way that stand-alone and enterprise
    setups should be optimized for performance? Is there a place to adjust the max
    sim requests in enterprise CF?

    (BTW, In the end, load testing revealed that at about 25 users, service starts
    to degrade significantly. So we ended up using the web server to allow no more
    than 25 users to access our sites. This isn't an acceptable long-term
    solution, but it ensures decent service for that number of users.)

    Thanks!!

    NDMsw Guest

  2. Similar Questions and Discussions

    1. Performance tuning on RedHat Enterprise Linux 3
      On Tue, 07 Dec 2004 07:50:44 -0500, P.J. Josh Rovero <rovero@sonalysts.com> wrote: We have seen several boxes have kswapd go crazy (near 100%...
    2. Performance tuning in web service
      I am using a web service for retrieving the data from SQL Server table having 29,000 records in a datagrid placed on the windows form in .net. It...
    3. I've installed a commercial copy of 2003 Enterprise over a 2003 enterprise trial and activation troubles ...
      Hi I've installed a commercial copy of 2003 Enterprise over a 2003 enterprise activated trial version. After logon the system says that I must...
    4. Clarification on SQL performance tuning....
      This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ...
    5. performance tuning at process level
      j wrote: Dont run Sar every second ! The result you get will be wrong ! The result will include to much of sar itself ! Sar collect mean...
  3. #2

    Default Re: Performance Tuning: stand-alone vs. enterprise

    > We had significant performance issues where our Jrun began to consume more
    and
    > more of the processor as it tried to serve pages to 300 or so users. The
    > application may be to blame, but we don't feel we can make that assessment
    > without knowing whether there is something in the CF setup to consider.
    >
    > When looking at the techrepublic.com.com/5100-22-5163972.html# that
    talked
    > about this setting and described behavior similar to that we were seeing.
    >
    > We pursued that glimmer of hope only to find that the setting was not
    present.
    > Our ColdFusion Administrator indicated that it's not available on our
    server
    > because we're using the Enterprise setup. He also indicated that it is
    best to
    > let the Web Server handle the number of requests, but I'm not sure this is
    the
    > same thing... He knows a lot more than I do, but I couldn't help
    wondering
    > whether or not there is another way to tweak this setting.
    >
    > Are there significant differences in the way that stand-alone and
    enterprise
    > setups should be optimized for performance? Is there a place to adjust
    the max
    > sim requests in enterprise CF?
    >
    > (BTW, In the end, load testing revealed that at about 25 users, service
    starts
    > to degrade significantly. So we ended up using the web server to allow no
    more
    > than 25 users to access our sites. This isn't an acceptable long-term
    > solution, but it ensures decent service for that number of users.)
    In CF admin you can set the number of simultaneous connections to the
    server. I think that 25 is the default number for the Enteprise edition.
    You'll need to allow webserver to handle much more requests then that
    because he also handles static files (css, js, images) and set the
    simultaneous connections number to 25 from CF admin.

    --
    <mack />


    Neculai Macarie Guest

  4. #3

    Default Re: Performance Tuning: stand-alone vs. enterprise

    Thanks, Neculai. The only trouble is, I don't see a simultaneous connections
    setting in the Server Settings. Here are exactly the settings available:

    "Server Settings
    Click the button on the right to update Server Settings...

    (unchecked) Timeout Requests after ( seconds ) _60_
    When checked, requests that take longer than the specified time are
    terminated. This prevents unusually long requests from occupying server
    resources and impairing the performance of other requests.

    (unchecked) Use UUID for cftoken
    Configures the cftoken cookie to use a UUID as a token identifier, rather than
    a random number. A UUID guarantees a unique identifier for the token.

    (checked) Enable HTTP status codes
    Enables ColdFusion MX to set status codes when unhandled error pages occur.

    Missing Template Handler_________________(blank)
    Specify the relative path to a template to execute a cfinclude tag cannot find
    a requested template.

    Site-wide Error Handler_________________(blank)
    Specify the relative path to a template to execute when the ColdFusion
    Application Server encounters errors while processing a request."

    Also, if that setting is available somewhere, should it be set to 25 or to the
    number recommended setting for "max simultaneous requests" (i.e. 3-4 times the
    number of processors)?

    NDMsw Guest

  5. #4

    Default Re: Performance Tuning: stand-alone vs. enterprise

    I found my way onto Sarge's 50% posting and think I found my answer.
    (***Thanks, Sarge!!***)

    It seems that the Enterprise configuration does have such a setting, just not
    at the top level. I'm guessin so that it can be set for each jrun vs.
    globabally.



    NDMsw 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