Maximum number of simultaneous requests

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

  1. #1

    Default Maximum number of simultaneous requests

    Does anyone have any current thoughts/personal stories on things to try with
    this setting; most of the references that I can find date to 2004 and of course
    CFMX7 is new since then.

    Certainly the suggestion
    [url]http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_18540[/url] for "3 per
    processor" seems very low indeed. Currently we are at 16 on a dual-processor
    Xeon 3Ghz, currently serving over 1.1m (all db-generated) pages per day. This
    is one of two boxes hanging off a seperate SQL Server (neither of the other two
    are particularly stressed.)

    Our main "issue" beyond general load on this box (which is high) is a periodic
    job on the database that refreshes a denormalised table (we are using this for
    performance reasons.) This locks reads out for the period of the refresh (was a
    few seconds but now can be nearer 30-45) and if load is particularly high at
    that point it has in the past sent the queued requests up into the hundreds
    never to return. I'm also looking at approaches to doing this on the database
    side that avoids the whole read locking problem in the first place.

    But even beyond this with increased load we are now seeing the queued requests
    climbing even outside this refresh period.

    blorg Guest

  2. Similar Questions and Discussions

    1. simultaneous requests CPU IDLE
      Hello, I have a server. It has 2 Gigs of Ram, 2 Processors, 3.02Ghz I have my cf mx 7.x machine setup to do 20 requests. I run a mysql...
    2. simultaneous requests, huge delays
      I have been fighting problems with my server for weeks and weeks now. I restart my server (6.1mx on linux, 2gig ram, 1 cpu) and all looks good for...
    3. Maximum number of connections
      If I have a client connected to FCS and they are receiving video whilst sending text (i.e. a chatroom with video feed) does this use two...
    4. Maximum Number of Roles?
      Greetings, Does anyone out there, specifically Contribute developers/support, know if there is a maximum number (limit) to the number of roles...
    5. Best way to emulate number of requests cap
      Hi all: I want to write a very simple web service that just reads 1 XML file and serves it out to emulate the real web service. However I know...
  3. #2

    Default Re: Maximum number of simultaneous requests

    16 should be okay on your machine. Less is better for this option box. We're
    running 14 and serving 3.5m pages/day on similar hardware. Do you limit the
    connections in your datasources? Thought about another CF server (or going
    Enterprise with another instance)?

    There is really only a couple ways to deal with queued requests. The main one
    is make the requests go faster. Streamline/scale your code or buy more/bigger
    hardware or get rid of the users ;)



    ke4pym Guest

  4. #3

    Default Re: Maximum number of simultaneous requests

    [url]http://www.talkingtree.com/blog/index.cfm/2005/2/7/CFMX7JRunSimReqs[/url] is a blog entry from one of our engineers that provides some good detail.
    LL@Work Guest

  5. #4

    Default Re: Maximum number of simultaneous requests

    Thanks for the replies. Looks like my best bet is to experiment with a few
    different settings. I do think that the server is pretty much at its limit and
    we are in the process of moving to a more extensive setup where we will load
    balance over three or four CF servers but right now I am looking at stopgap
    measures to keep this server alive until we can make this move.

    blorg 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