On Wed, Oct 21, 2009 at 9:50 AM, Dave Watts <[email protected]> wrote: > >> How could I change this so that the response is sent first, and then >> the conversion kicked into life? The Flex client can later check the >> conversion status itself by polling the database. > > This is a perfect job for CFTHREAD. Put the PDF generation code within > CFTHREAD. and simply return a "job accepted" message after launching > the thread.
A good point, I actually built my event gatewya solution when we were still running CF7 Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327435 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

