>@Dom
>
> Stop making sense. ;)

Once it was better than chocolate and then I thought no I want to
select more than one at a time how can I do that please :p

How's that?

Back to sense and using cfhttp, you will more than likely still need
to set an extended timeout to stop the request timing out (@Gerald, I
think the original problem was that the original request was maxing
out memory because of huge amounts of Xml strings):

<cfsetting requesttimeout="#appropriateTimeout#" />
<cfloop query="theIds">
   <cfhttp url="addressthatProcessesTheId" method="get">
       <cfhttpparam type="url" name="theId" value="#theId#" />
   </cfhttp>
</cfloop>

Anyways,

Domininc

-- 
Blog it up: http://fusion.dominicwatson.co.uk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304266
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to