Saturday, June 12, 2004, 12:33:54 AM, one spoke: BLB> how do you get everything going from boot-up? an IF within BLB> the Application.cfc to create it?
Yes, with the IF and the code that does the initialization appropriately locked. It's nice to catch the throwontimeout exception from the exclusive lock with a message to the user to wait a minute before trying again so they don't keep reloading (or worse, wind up looking at 500 errors) ;-). BLB> can you see a problem with using server scope instead of BLB> application? Just depends on whether you're running multiple applications on the machine or not, in my experience ... or both, say if you had a common function library in the server and different lookup/q caching objects in different apps. -- Jim Flannery [EMAIL PROTECTED] ---------------------------------------------------------- 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]
