Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
ufitzi #1
"multi-threaded" CF processing
I have researched the following CF options:
Custom Tags
CFC's
CFX
UDF's
Will any of the above technologies allow me to invoke a process while
continuing with the calling pages code?
I have a process to read a file, parse it and update a DB accordingly.
The calling page is of course timing out when the file is of substantial size
(7MB currently), but I don't need to wait for results from my process.
From what I have read/experimented w/, my only option seems to be a CFX tag.
Before I pack up and start down that road, I'd like to know if I have other
options.
Many thanks, dilligent reader!
-ben
ufitzi Guest
-
"error Occurred while Processing request" uponColdfusion installation
Hello Im aboslutely new to web development, except for being able to produce not dinamic web pages. I am a beginner to Coldfusion, and I have... -
cfoutput cfquery "group processing" error
I am attempting to write data to an html table from three different Access tables. I have three (3) queries in the cftransaction, each later query... -
"Error encountered while processing images."
I've found several inquiries about this error, but no answers. I can't believe how user unfriendly this product has turned out to be. There's no... -
Form processing: change the "action=" based on pull down menu
Hi group - I have an html form for that uses username and password to login to a specific area of the website. The "area" the user wants to go to... -
Script "terminates" when processing large numbers of files
Hi, I'm running a script that reads through large numbers of html files (1500-2000 or so) in each of about 20 directories, searching for strings in... -
PaulH #2
Re: "multi-threaded" CF processing
if you're on mx 7, have a look at asynch gateways.
PaulH Guest
-
Mr Black #3
Re: "multi-threaded" CF processing
This one allows multithreading on any version of CF:
[url]http://www.cftagstore.com/tags/cfxhttp5.cfm[/url]
Mr Black Guest
-
johnab #4
Re: "multi-threaded" CF processing
if you're on mx 7, have a look at asynch gateways.
should add, that's CFMX 7 Enterprise only
johnab Guest
-
Stefan K. #5
Re: "multi-threaded" CF processing
Use the cfhttp-tag to call a template on your server which will do the long
task.
By setting the attribute "timeout" of cfHTTP very low while adding a high
Requesttimeout to the cfHTTP-url, you should be able to have the cfhttp-tag
abort very quick while the request generated by cfhttp-url is still running.
Just an idea, think it should work and you can work with CF only.
Stefan K. Guest



Reply With Quote

