CF (and Java in general) is a horrible language to do large-scale text processing with. Databases are better at it, by far. A dedicated text processing language (awk, perl, etc.) ought to be a fair amount better than the DB, and then you get to native binaries.
For example, we use a shrinkwraped stats program for our main stats, and then a collection of awk scripts (that feed a CF application) for some custom stuff. CF isn't the end-all be-all of programming languages; anything outside the scope of HTML- and web service-based web apps should be carefully considered. cheers, barneyb On 12/13/05, James Blaha <[EMAIL PROTECTED]> wrote: > Barney, > > Very nice idea thanks! I'll try it out in the AM first thing. > > I would think this would be common CF code, but from all my searching I guess > not. > > Have a great night. > > -Jim > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:226979 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

