I'm playing around with a new methodology and part of it involves caching some CFCs into the application scope. I see no problem doing so but others may know more than I in this. Is there a savings in doing this? Any overhead or problems that I don't foresee?
The first thing I do is check if its in the application scope and if not, create and initialize it. Then I just use it when needed. There's no locking going on as the CFC is only doing queries and related operations (no insert or update operations). Michael Dinowitz Finding technical solutions to the problems you didn't know you had yet ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
