On Saturday, Nov 9, 2002, at 10:18 US/Pacific, Joe Eugene wrote: >> Replacing the CFC with a Java class doesn't yield much of an >> improvement. > Matt.. are you sure about this? In CFMX writing components in > Java... appears to be very fast compared to the CF Component > implementation...loops ... Math.. Arrays.. data manipulation just > crank up!.
Where pure Java scores over CF is if you have integer arithmetic going on. Simply calling a CFC method and calling a Java class method shouldn't be too different (which is why I find it odd that UDFs are so much faster). The example we're dealing with here isn't really doing anything that Java is going to excel at. "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

