> Here's a good one for y'all. How can I background the processing of a
cfm template, ie return a page to the user but
> continue processing another .cfm page in the background, discarding
its output? This is pretty much what <cfexecute> does
> with the timeout set to 0, except with CFMX we no longer have a
convenient way of executing .cfm files from the command line
> (ie no more cfml.exe).
>
> Some of the options I've thought about:
> - use <cflocation> to present another page to the user while the first
one continues to process the code below the 
> <cflocation> call
> - use a scheduled task that runs every minute, checks for new
background jobs and executes them
> - use cfhttp to call another .cfm file on the local machine, set the
timeout value to something really short and ignore
> timeout errors



I don't think that any of these methods is any worse than the old
technique of running cfml.exe.
They are all hacks.
Personally, I would put it in custom tag, and use the <cfhttp> method.
In fact, I don't think it is that bad. The only issues you might run
into are DNS.
Ive worked on systems where the servers are behind firewalls, and don't
have access to their own names in DNS.
It has the added bonus of being cluster invisible, or cluster visible,
depending on what you need it to do.
In the system I noted above, each server had a all the names of the
other servers, and I could get an http call to hit all the other
servers, or only one of them, etc etc.


Does anyone know how to get outlook to do standard quoting. Ive set it
up in the options, but it doesn't work. I think it is getting confused
by the exchange server ( all outgoing emails are going to exchange ? ).

Jon.


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to