I smell major kludge here.  Is there anything you can do in order to avoid
running 10000 CFHTTPs?  Does this run often?  Could you break it into
smaller chunks?  Could you load information into a database and query it
instead?

Yikes,
Tyson

-----Original Message-----
From: J L [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 21, 2001 4:35 PM
To: CF-Talk
Subject: CFHTTP inside a huge loop


Hi all,

I have a list of 10000+ zip codes. I need to loop over this list and do
a CFHTTP post to get the information on each of them. It works fine with
50 zip codes but when it loops over 10000 zip codes, it gets stuck and
stops executing at the beginning (around the 60th zip code). Please
help.

Thanks in advance.

J
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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

Reply via email to