Another fun async I'm working on fleshing out is processing large batch uploads to us. We get, literally, 5 gig zip files, containing 200+ tar files. The idea is as we unzip the main file we send the individual tar files through an async gateway and untar them to a folder which then triggers a filesystem gateway which calls a perl proccess to process the file which creates a bulk insert file which fires another filesystem gateway that runs the bulk insert...the reason the perl process is in there is thats currently how we are processing the complete file...this is only concept right now but I am working on it in my spare time :)
Adam H On Wed, 16 Mar 2005 16:04:25 -0500, Michael Dinowitz <[EMAIL PROTECTED]> wrote: > A thought just came to me. Many people use CF for logging and the logging > 'takes up' time on a page, slowing it down. Why bother? Most logging is just > posting information to a DB and returns nothing to the page. Here's my > solution to logging being a bottleneck: Asynchronous logging. > > When you want to log a page, you just call an asynchronous gateway on CF 7 > and pass it all the info you want to log. If it fails, it fails. If it > succeeds then it has all the info it needs to go through. No real 'hit' to > the page being called other than the calling of the gateway. The page does > not wait for a result, it does not care if the logging table times out or > fails, it just goes on. > > What do you think? Any flaws in my logic? Will an asynchronous gateway used > for logging be a different form of bottleneck? Too much overhead (as its > another page being run)? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:199053 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

