<!--- retrieve info from USGS website --->
<cfhttp url=""> method="Get" timeout="3000">
</cfhttp>
seems to be a rather intence deal
gets a page like so
http://waterdata.usgs.gov/co/nwis/uv?dd_cd=01&dd_cd=18&format=rdb&period=1&site_no=09085000
parses it, inserts what i need
about 100 of those too do
seems to just kill the server
---------- Original Message ----------------------------------
From: Tom Jordahl <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Thu, 12 Aug 2004 11:18:46 -0400
>You should specify a TIMEOUT attribute for your cfhttp tag.
>
>The http tag will timeout after the number of seconds specified at the
>server level for the request timeout if no tag attribute is specified.
>
>
>
>--
>Tom Jordahl
>Macromedia Server Development
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

