I've done this using Java. Started doing it in 6.0 and have continued using the same code through 7.0x because gateways require CF Enterprise and not all of my customers run enterprise. I don't have the code handy, but take a look at the java.util.URLConnection class.
There are obviously some other classes I'm using around that, but I'm pretty sure that they're all in the java.util package and URLConnection is the core of how I solved the problem. On 4/6/06, Andrew Dixon <[EMAIL PROTECTED]> wrote: > Hi All. > > Is it possible to multithread within a single request. For example, I would > like to make multiple http requests to a web service, but at the moment they > run one after the other, taken about 3 seconds each, but if I could run them > both at the same time it would improve the performance of the script > greatly, any ideas on how this could be done? > > Kind regards, > > Andrew > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237145 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

