Since ColdFusion processes code from top to bottom, it would make sense that the CFHTTP call would have to finish first.
Think about it, if you run a query, the rest of the page doesn't process until the query runs. Otherwise, any resulting query output could be run before obtaining the query results, which you throw an error. Note that CFFLUSH only flushes what *has already processed*. Hope this helps, Dave. ----- Original Message ----- From: "Paul Giesenhagen" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, February 05, 2002 11:03 PM Subject: cfhttp / cfhttparam waaaait > Quick question, > > If I am doing a cfhttp and passing some for variables via cfhttparam, will > my code wait for the server to respond before it continues on within the > code? (If the responding server has to do some chugin and it could take 1-2 > minutes) I need to wait for a response .... will it? > > Thanks > > Paul Giesenhagen > QuillDesign > http://www.quilldesign.com > SiteDirector - Commerce Builder > ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

