a cfhttp is not the same as a ping
a ping simply sends a packet to the server and gets a response.
cfhttp is requesting a page from the server, that request goes to the web
server, then to cf, the page has to execute and then return all data back
to your server, so the time taken depends on how long the page  takes to
process


On Thu, Feb 13, 2014 at 2:57 PM, Craig Brown <craigpbr...@gmail.com> wrote:

>
> 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 could
> decrease it?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:357672
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to