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

Possible to optimise CFHTTP Response Time?

2014-02-13 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 could

Re: Possible to optimise CFHTTP Response Time?

2014-02-13 Thread Craig Brown
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

ColdFusion Windows Authentication

2010-02-05 Thread Craig Brown
I'm developing an application that will hopefully interact with SQL Server Reporting Services 2005 so that when the user clicks a link to generate a report it will connect to the reporting services and produce the report. The reporting services uses Windows Authentication and trying to connect

Re: ColdFusion Windows Authentication

2010-02-05 Thread Craig Brown
When I was dumping the CGI variables on the page most of them were empty, including auth_password and auth_user and from what I've read CGI variables are read-only so how do these get set? Thanks ~| Want to reach the