What's the max traffic a CFMX7.1/IIS6/Win 2003 servercan handle

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default What's the max traffic a CFMX7.1/IIS6/Win 2003 servercan handle

    What's the max traffic a CFMX7.1/IIS6/Win 2003 server can handle?

    I'm trying to prove to some doubters that we're sized appropriately for the application that is proposed.
    Thanks,
    Frank

    fvanstaveren Guest

  2. Similar Questions and Discussions

    1. CFMX7 & IIS6 - PDF Status Codes
      We're running IIS6 and Coldfusion MX7. I've recently been analyzing our logs with Urchin, and have noticed an odd thing. After we upgraded to...
    2. Cold Fuzion 4.5 on Windows 2003 IIS6
      I would also like to know if it is possible to run 4.5 on a 2003 server.
    3. ColdFusion 4.01 on IIS6/Windows 2003
      I have an existing website that's based on ColdFusion that is going to be migrated to my web hosting environment. Part of the site requires that...
    4. Windows 2003 IIS6.0
      has anyone seen this error? Can anyone point me in the correct direction? Server object error 'ASP 0178 : 80070005' Server.CreateObject...
  3. #2

    Default Re: What's the max traffic a CFMX7.1/IIS6/Win 2003server can handle

    As you can probably guess, it is dependent upon what the traffic is doing, the
    speed and RAM of your server, the bandwidth of your pipe, your OS and a host of
    other factors. One of our web sites is a Win2K IIS6 CF5 4-gig 4-way Xeon. It
    averages 27hits per second with a peak over 100 per second. With 10 hits per
    page view, that translates to 2.7 average page views per second, or more than
    10 at peak period.

    BTW, New York is mispelled.


    jdeline Guest

  4. #3

    Default Re: What's the max traffic a CFMX7.1/IIS6/Win 2003server can handle

    Depends on a number of things.

    How database-intensive is your site? Are you using sessions? how much are you
    storing in the sessions? are you properly caching queries? How image-intensive
    is your site? how big is the pipe your server is connected to?

    What hardware are you running on? hard drive speed/hard drive
    configuration/processor speed/ram

    The best way to judge the traffic your site can handle is to write a portion
    of it, using the framework proposed, and put a load tester on it. I've seen
    well-written sites run great on small hardware, and on the flip side, I've seen
    poorly-written sites bring big hardware to its knees.

    Kronin555 Guest

  5. #4

    Default Re: What's the max traffic a CFMX7.1/IIS6/Win 2003server can handle

    The amount of RAM in your server is also an important determinant
    of performance. Enter strings like request/second IIS 6.0, benchmark, etc. in
    a search engine. Whichever side wins the argument, both will this
    [url]http://go.microsoft.com/?linkid=941306[/url]

    BKBK 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