Status/Resolution/Reason: Closed/Won't Fix/Workaround
Reporter/Name(from Bugbase): Shuie Yankelewitz / Shuie Yankelewitz (Shuie Yankelewitz)
Created: 11/15/2012
Components: Net Protocols, HTTP
Versions: 10.0
Failure Type: Performance Issue
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Linux Ubuntu 10.10
Vote Count: 3
Problem Description: Multiple CFHTTP request executed in succession result in each subsequent CFHTTP call being throttled approximately 5 seconds more than the prior call. 
Steps to Reproduce: Create a loop that runs 10 times and calls and outputs the results of a CFHTTP tag.
Actual Result: From the logs:
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'}
Expected Result:
Should be returning results without the delay
Any Workarounds: downgrade to CF9
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID:	3366102
External Customer Info:
External Company:  
External Customer Name: shudini1
External Customer Email:  
External Test Config: Ubuntu Server 12.04. Apache 2.4
  Attachments:
Comments: