The sense I am getting from the responses people have given is that CFCs are not scalable the same way a typical function library would be scalable. Is this the general feeling?
In CF5, if I saw a file that had more than 2000 lines of code, my first impression would be that the code is poorly designed and that it could probably be broken down using custom tags and cfincludes. However, with CFCs, all of these custom tags and cfincludes are essentially bundled together in a single file, so I have to reset my sense of what is good and what is bad.
Does anyone know of a good way to determine how much RAM each CFC is using? How about even some rule of thumb method, such as 1 byte of variable length = 1 byte of RAM? How will I know when the "Maximum JVM Heap Size" is reached?
Thank you, Mike Chabot
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
