Re: cfexecute and wget

2005-05-28 Thread One User
Try this instead: http://www.cftagstore.com/tags/cfxhttp5.cfm Roger I was using cfexecute because I wanted the process to launch and then release. So the page calling it could still continue processing. Kind of a poor mans version of creating another thread to process in the background.

Re: cfexecute and wget

2005-05-27 Thread Tim Oommen
Roger I was using cfexecute because I wanted the process to launch and then release. So the page calling it could still continue processing. Kind of a poor mans version of creating another thread to process in the background. Tim: Out of curiousity, why are you using a CFEXECUTEd wget instead of

Re: cfexecute and wget

2005-05-26 Thread Tim Oommen
Thanks for the response. Unfortunantly the code you send no longer lauches wget. The first thing you have in the argument is /c correct? Tim ~| Find out how CFTicket can increase your company's customer support efficiency by

Re: cfexecute and wget

2005-05-26 Thread Tim Oommen
Wait I take that back, sorry the code you sent does work, but the sadly the result is the same. The process is still hanging in the task manager. thanks again for you help. Tim ~| Discover CFTicket - The leading ColdFusion

Re: cfexecute and wget

2005-05-26 Thread Roger B.
Tim: Out of curiousity, why are you using a CFEXECUTEd wget instead of CFHTTP? -- Roger Benningfield http://admin.support.journurl.com/ ~| Logware (www.logware.us): a new and convenient web-based time tracking application.

Re: cfexecute and wget

2005-05-25 Thread Jochem van Dieten
Tim Oommen wrote: I running into a problem with cfexecute I am using it to run the following code cfexecute arguments=http://webtest.lawbulletin.com/testasp/callconversion.asp?conversion_id=31; name=d:\wwwmx\wget\wget.exe timeout=0 /cfexecute Try cfexecute