On Apr 11, 2005 12:27 PM, Tony Weeg <[EMAIL PROTECTED]> wrote: > lets say i have a cfc that makes a database call, returns 20,000+ rows > back to cf, > and it hangs, or drops and the sql connection dies, and cfmx doesnt > know (becuase this has been a problem in the past with our server and > cfmx 6.1 (WITH ALL PATCHES) that might be problematic, right?
Welcome to the world of asynchronous processing... Your asynchronous code needs to be pretty robust and report errors verbosely (using <cflog> perhaps). > couldnt it run FOREVER? Until you shutdown the process (JRun/CFMX), yes. -- Sean A Corfield -- http://corfield.org/ Team Fusebox -- http://fusebox.org/ Got Gmail? -- I have 50, yes 50, invites to give away! "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202312 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

