i recently upgraded from cf9 to cf10. running single instance on a brand new ubuntu server 12.04 with Apache. same settings as my other ubuntu servers as far as i can tell. Suddenly, all my cfhttp tags are being throttled with about 5 second breaks being pushed into each one. Each additional request made pushes the time taken up 5 seconds. i've compared every setting i could think of to the cf9 servers but nothing worked.
Here's from the http.log:
HTTP request completed {Status Code=200 ,Time taken=28525 ms} | ||||
Sep 10, 2012 | 5:13 PM | Information | ajp-bio-8012-exec-18 | |
HTTP request completed {Status Code=200 ,Time taken=22752 ms} | ||||
Sep 10, 2012 | 5:13 PM | Information | ajp-bio-8012-exec-23 | |
HTTP request completed {Status Code=200 ,Time taken=17549 ms} | ||||
Sep 10, 2012 | 5:13 PM | Information | ajp-bio-8012-exec-17 | |
HTTP request completed {Status Code=200 ,Time taken=12320 ms} | ||||
Sep 10, 2012 | 5:13 PM | Information | ajp-bio-8012-exec-22 | |
HTTP request completed {Status Code=200 ,Time taken=7137 ms} | ||||
Sep 10, 2012 | 5:13 PM | Information | ajp-bio-8012-exec-25 | |
HTTP request completed {Status Code=200 ,Time taken=4302 ms} | ||||
Sep 10, 2012 | 5:13 PM | Information | ajp-bio-8012-exec-23 | |
Starting HTTP request {URL='http://www.google.com', method='GET'} | ||||
Sep 10, 2012 | 5:13 PM | Information | ajp-bio-8012-exec-17 | |
Starting HTTP request {URL='http://www.google.com', method='GET'} | ||||
Sep 10, 2012 | 5:13 PM | Information | ajp-bio-8012-exec-22 | |
Starting HTTP request {URL='http://www.google.com', method='GET'} | ||||
Sep 10, 2012 | 5:13 PM | Information | ajp-bio-8012-exec-19 | |
Starting HTTP request {URL='http://www.google.com', method='GET'} |
Any help would be greatly appreciated.
Thanks!