> Is there a way to force CFMX to load some vars into server scope when 
> the service is started?

No. Unless you have all your code under an Application.cfm that does it.
FYI, 'events' like this has been on the enhancement list for sometime.
:)

> Also, has anyone had any negative reaction to loading a CFC 
> into server 
> scope? I basically have a library of UDFs I want globally available 
> that I thought I would throw into a CFC and load into server scope. 
> This way the UDF's would be available to all code, including 
> typically 
> blackboxed code like other CFCs and Custom tags, etc.

Well, it is not recommends for CF5 because you would need to lock every
use of it. However in MX you wouldn't need to worry about it. 

=======================================================================
Raymond Camden, ColdFusion Jedi Master for Hire

Email    : [EMAIL PROTECTED]
WWW      : www.camdenfamily.com/morpheus
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to