Um, so am I "doing it right"?  Does the below code look kosher?

And so long as I'm pinging, can you turn off "include sender"
when posting to this listserv? The "help" command is disabled,
apparently as per best practice with smarterMail.

Thanks!
:Denny

On 9/20/06, Denny Valliant <[EMAIL PROTECTED]> wrote:
[edited]
<cflock scope="Application" timeout="10" type="exclusive">
        <cfif NOT StructKeyExists(Application, "Reactor") OR
StructKeyExists(url, "reset")>
                <cfset reactorConfig = CreateObject("Component", 
"reactor.config.config")/>
                <cfscript>
                  reactorConfig.init("/pathToConfig/Reactor.xml");
                  reactorConfig.setDsn("someDsn");
                  reactorConfig.setMode("production");
                </cfscript>
                <cfset Application.Reactor = CreateObject("Component",
"reactor.reactorFactory").init(reactorConfig) />
        </cfif>
</cflock>


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to