At 04:18 PM 02/04/03 -0800, Mahmut Basaran wrote: >Is it possible to make an internet connection speed analyzer with >coldfusion ? If not, what's the best way to make such an application ? Has >anyone got any experiences ?
ColdFusion is server side, so you could use to record data, but not to test connection speed. I would suggest a javascript system that records the current time, downloads a large file, records the time after the download, and then displays the throughput. T ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

