that is a lot for standard edition. Enterprise is meant to be able to handle more connections, but I have never tested the difference. how many simultaneous requests have you got it set to handle. average should be 10 per cpu/core but you will need to tweak to see what it can handle.
It also depends on your average page execution time too. lets say your pages all execute in 200ms on average, and your server can handle 20 simultaneous requests with 2 cpu's, that is 20 requests every 200ms so in 1 second that would be 200 requests, which you said is your daily average. So 750 requests per second would certainly result in some queuing and strain on the server. However 750 pages doesn't mean 750 cf requests unless they are ALL cf pages. I would suggest installing fusionReactor for some better insight on what is actually happening on your server and to monitor your page execution times, and find slow running pages and queries. On Wed, Jun 12, 2013 at 3:12 PM, Paul Vernon < [email protected]> wrote: > > I'm currently experiencing stability issues with CF 8 standard due to what > I think is high traffic loads on the sites its running. > > There are 6 sites on this particular instance of CF8 and collectively > they're averaging at around 750 pages per second which result in around > 6000 SQL queries per second (that's queries, not transactions) when > measured over a peak 24 hour period. At peak times (just before and just > after lunchtime) then I can see as many as 1250-1500 pages per second and > 10,000 to 12500 SQL queries per second. > > It's at these peak times that CF starts to queue requests and then > restart. Clearly this is not desirable but I haven't got any numbers to > compare it with to see if I'm hitting CF's limits on the hardware available > to it or whether I can or should be tweaking the CF code and JVM some more. > > For comparison, a normal 24 hour period is characterised by an average of > around 200 pages per second with around 1500 queries per second and CF has > no problem with that. > > The sites in question are job sites so there's a lot of searching going on > using K2 and SQL to merge aspects of the jobs with geo-location data such > as distance from a postal/zip code. > > As you can see from the numbers there's an average ratio of 8 queries to 1 > page request which I believe for the site is pretty lean. > > Do any of these numbers look out there. Is anyone else running these > numbers (or higher) on a CF standard install? > > Hardware wise it's running on a DELL PowerEdge 2650 with 4GB RAM and Dual > Xeon processors [email protected]. > > Thanks > > Paul > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355903 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

