Re: Timing a CFHTTP Request
Hi Tim, It varies from depending on the band width .Its is not fixed with certain time.If you want you can measure the time by Function called GetTickCount() ,before and after CFHTTP operation.By which you can calculate the Time take for CFHTTP to perform required task. Rgds Nagaraj.A - Original Message - From: "Tim Claremont" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, April 18, 2002 7:08 PM Subject: Timing a CFHTTP Request > I would like to measure the amount of time that an HTTP request takes to > complete. > > Anyone have an example of how to do this? > > Tim > > __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Timing a CFHTTP Request
>I would like to measure the amount of time that an HTTP request takes to >complete. > >Anyone have an example of how to do this? > >Tim Use GetTickCount(). request here. #variables.totalTime# There may be a cleaner way, but I don't know of one. Hope this helps, Dave. _ Chat with friends online, try MSN Messenger: http://messenger.msn.com __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Timing a CFHTTP Request
I would like to measure the amount of time that an HTTP request takes to complete. Anyone have an example of how to do this? Tim __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists