So it the remedy there to surround the OnApplicationStart method with a CFlock?


Terrence Ryan 
Senior Systems Programmer
Wharton Computing and Information Technology 
        
E-mail:         [EMAIL PROTECTED]

-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 24, 2006 5:48 PM
To: CF-Talk
Subject: Re: Easy way to kill application

THis is the same method I use. To be anal though - do not forget that when CF 
runs your onApplicationStart, it is thread safe. When you run it, it is not. 
(But for most people this will not matter.)

On 8/24/06, Ryan, Terrence <[EMAIL PROTECTED]> wrote:
> In the OnRequestStart method of the application cfc I have a cf that looks 
> for a url switch.  It then calls OnApplicationStart, which should do what you 
> are trying to achieve.
>
> Terrence Ryan
> Senior Systems Programmer
> Wharton Computing and Information Technology
>
> E-mail:         [EMAIL PROTECTED]
>
>
> -----Original Message-----
> From: Charles Sheehan-Miles [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 24, 2006 4:38 PM
> To: CF-Talk
> Subject: Easy way to kill application
>
> Never having used application.cfc, I have a question.
>
> In the past (in development only) when I wanted to completely kill my app, I 
> had a url switch which would clear all scopes (including application) on my 
> box. Based on some of the feedback I got earlier today, I downloaded the 
> development version of MX7 and I¹m looking at that as an option.  Is there an 
> easy way (other than restarting CFMX) to completely kill the app?
>
> Charles
>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250994
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to