Re: Possible to optimise CFHTTP Response Time?

2014-02-14 Thread Craig Brown
I have an API running on my server where I can receive an average ping response to the host server of 1ms yet when I make a CFHTTP request to the host server it takes anywhere from 300-500ms to return a response. Anyone have any ideas what might be causing this latency, and how I

Re: Possible to optimise CFHTTP Response Time?

2014-02-14 Thread Craig Brown
From having a long read about online I think the length of time it is taking is perhaps down to each cfhttp request having to open a new https connection (although I'm passing a keep-alive connection request header) and closing the connection after each request completes? I know there's a

Re: Possible to optimise CFHTTP Response Time?

2014-02-14 Thread Dave Watts
I have an API running on my server where I can receive an average ping response to the host server of 1ms yet when I make a CFHTTP request to the host server it takes anywhere from 300-500ms to return a response. ... From having a long read about online I think the length of time it is