Can you pass URL variables? Thanks,
Neil ----- Original Message ----- From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, October 15, 2001 10:35 AM Subject: RE: Command Line CF? > > C:\CFUSION\BIN\CFML.EXE is a cmd line "engine" that runs > > coldfusion templates. It's great, efficient and especially > > used for heavy duty tasks. I use it for a 24 hours process > > of a table... works great! > > > > i.e, to run a template, simply run: cfml.exe > > d:\inetpub\wwwroot\foo.cfm > > Note that CFML.EXE is just a CGI interface to the CF Server. CFML.EXE just > passes the info to the CF Server in the same way that the other API > interfaces do, and that the work is still done by the CF Server. CFML.EXE > isn't more efficient than any other interface to CF. Also, if you're running > something which takes 24 hours to process, you probably don't want to do > that with CF. CF is designed to do one thing very well, but just one thing - > dynamically generate HTTP responses. Any request, whether sent to CF via > CFML.EXE or via an API DLL, that takes especially long will significantly > impact the overall performance of the CF Server. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > voice: (202) 797-5496 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm 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

