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.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207964
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


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 CFHTTP?
>
>--
>Roger Benningfield
>http://admin.support.journurl.com/

~|
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:207848
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


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. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207824
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


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 Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207759
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


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 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207740
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


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
> 
>  arguments="http://webtest.lawbulletin.com/testasp/callconversion.asp?conversion_id=31";
>  name="d:\wwwmx\wget\wget.exe"
>   timeout="0">
>   

Try
http://webtest.lawbulletin.com/testasp/callconversion.asp?conversion_id=31";
  name="c:\winnt\system32\cmd.exe"
   timeout="0">


Jochem

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207709
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


cfexecute and wget

2005-05-25 Thread Tim Oommen
I running into a problem with cfexecute I am using it to run the following code

http://webtest.lawbulletin.com/testasp/callconversion.asp?conversion_id=31";
 name="d:\wwwmx\wget\wget.exe"
  timeout="0">


It seems to work fine and returns back to the page immediately because of the 
timeout=0 parameter. All this is fine and good, but after some examination I 
found wget process sitting in the task manager doing nothing. They processed  
the script they are calling, but just seem to sit there. Has anyone else run  
into this problem and if so if there fix to it. Because currently the only way 
to kill the idle wget process is to restart the cf server.

thanks in advance

Tim  

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207697
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