Are you using the timeout option in CFEXECUTE? http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p25.htm#wp109819 8
- Matt Small -----Original Message----- From: Richard Colman [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 12:35 PM To: CF-Talk Subject: Waiting for perl program to finish I am a novice in this area, so please excuse these dumb questions. Running a perl program on WINDOWS from a CF page with CFEXECUTE. The perl program will take a minute or two to complete processing, and then can either write a file, or use a print command like: print "Job: ",$run_job_id[$job]," charges: ",$run_job_charges[$job],"\n"; However, when I run the page, it immediately returns and displays the completed page WITHOUT waiting for the perl results. I would like the page to "WAIT" for the perl results before displaying the page footer, etc. TNX for any hints. Richard Colman [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201199 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

