if it is the page you are calling which is taking the time then no, because
it is not the request which is the cause. A suggested you need to check how
long the page you are requesting takes to execute before blaming the
connection.


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

>
> >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'm not claiming that it is but I'm surprised that it's taking so long
> to process such a simple request (which is returning json) and was
> wondering if there's a way of optimising the request...
>
> 

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

Reply via email to