I haven't used the Application scope since finding out about the Request scope. However, the Application.cfm file on one site has swollen to the point where there's about 20 structures containing site wide data in the Request scope, some containing multiple structures or arrays.
Is there a rule of thumb which says "once you get to point x, it's going to be more efficient to store them as Application variables". Now we don't need to lock reads and writes, should I shift them back to the Application scope? I'm redoing it at the moment, now's the time to change it if it would be better. What do you reckon? Thanks -- Aidan Whitehall <[EMAIL PROTECTED]> Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
