In about 2 days I've got a really light weight Asyncronous HTTP caller lib coming out.
It allows you to make asyncronous GET and POST requests to any given URL. I haven't finished writing up the documentation for my website, but contact me offlist if you want a copy, and I can walk you through using it - it's pretty simple. Regards, Mark On 7/18/06, James Holmes <[EMAIL PROTECTED]> wrote: > Can you just use AJAX and specify a dummy return function? > > On 7/17/06, Paul Fraser <[EMAIL PROTECTED]> wrote: > > I am aware (somewhat!) of the asynchronous Web services capability with > > CFCs in ColdFusion. What would listers recommend if I simply want to call a > > ColdFusion action page asynchronously. The asychronous call is a one-way > > trip and does not require data back to the caller. > > > > Here's the scenario briefly: I have a sign-up form that calls an action > > page, but the action page does a lot of heavy lifting with numerous queries > > and loops. The page takes about 15 seconds to run, the result of which is > > an autogenerated e-mail link with an autologin to an application > > environment. > > > > I echo back an acknowledgement page immediately while processing continues > > on the action page. What I have will work since the thread will continue to > > run even if the user click away from the page, but I would prefer that the > > thread would run asychronously and not appear to be tying up the page. > > > > I would prefer to not go the CFC route, but I am open to persuasion. > > > > Thanks. > > > > Paul Fraser > > Minneapolis -- E: [EMAIL PROTECTED] W: www.compoundtheory.com ICQ: 3094740 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246846 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

