If you don't want logging to be the bottleneck, then have another logging gateway (an asynch CFML gateway) that did the actual logging, and sendGatewayMessage() to it to log results.
--- Ben -----Original Message----- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 23, 2005 11:31 AM To: CF-Talk Subject: RE: Async Gateway and file access. > In simpler terms (I hope) if I where to try and log the results to a > text file, what effects would this have on the async nature of the > process? Would the individual processes get held up waiting for a > turn at the file system to write to a file? If so, what other ideas > to capture the results would you all suggest. I'm not sure if this would meet the requirements, but you could store the results from each process in memory, then when it's done write them all to a file. ------------ This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225092 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

