> Here is how it hints at larger RAM usage:
> <scenario>User 1 logs in and gets a CFC instance. One of the
> functions is changed in the CFC and the file is saved. User 2 logs in and
> gets a CFC instance.</scenario> In the scenario, user 1 would
> continue to get the old function until he logs out, while user 2 would
> get the new function.

Correct - this is to do with class loader behavior and you only get
'duplicate' copies of the function if it changes.

> So lets say 10,000
> sessions are open at once, which is very reasonable for this application.
> That means that 10,000 copies of every function that is in the CFC now
> reside in RAM, even though every function is identical.

No, only *one* copy of each function is present in memory.
----------------------------------------------------------
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]

Reply via email to