Skip to main content
Participant
March 24, 2010
Question

Maximum number of simultaneous Template requests

  • March 24, 2010
  • 1 reply
  • 1835 views

I am running a CF-server (standard) on a

Intel(R) Xeon(R) CPU           E5420  @ 2.50GHz, 8 cores

I have read somewhere on the net that you can set 8-10 maximum number of simultaneous template requests per core, which in my case

would be 64-80 simultaneous template requests.

Is that a correct assumption?

This does feel quite high considering the default value of the server is 10 simultaneous requests.

//Toby

    This topic has been closed for replies.

    1 reply

    ilssac
    Inspiring
    March 24, 2010

    It is the common rule of thumb, but that does not make it the correct or incorrect assumption.

    What it does make is a common and usefull starting point, with the strong assumption that one will then load test ones system to make sure the setting accually works well with ones applications and hardware.  And that one will then adjust accordingly based on the testing.

    FlyingEntAuthor
    Participant
    March 27, 2010

    Hi Ian -- thanks for your posting! That helps.