Jim,
using small queries with 7.0.2 and trusted cache on, it should be fast
enough so you wouldn't much difference from PHP result.
When generating 1000+ records, that can be a problem.
If you don't see any problem using THIS scope on cfcs, you can boost a
bit by using
<cfset myVOCFC.myProperty = someval>
instead of
<cfset myVOCFC.setMyProperty(someval)>
You'll notice this when having VOs with lots of fields.
In some cases you can also return a query directly instead of returning
your array of VOs.
João Fernandes
You are subscribed to cfcdev. To unsubscribe, please follow the instructions at
http://www.cfczone.org/listserv.cfm
CFCDev is supported by:
Katapult Media, Inc.
We are cool code geeks looking for fun projects to rock!
www.katapultmedia.com
An archive of the CFCDev list is available at
www.mail-archive.com/[email protected]