On Tue, 2004-03-02 at 05:12, Sung Woo wrote:
> Thanks for your replies, folks.  I just slapped this on:
>
> <cflock scope = "Application" timeout = "10" type = "Exclusive">
>      <... code ...>
> </cflock>
>
> Seems to do the trick -- no matter how many times I bang on that page, the server never goes down.  I'll also go the SP route -- I only thought people did SP for security purposes, not for performance.  Thanks for all your suggestions!

One thing you might lookout for (depending on how you have your system
setup) - if you have more then one server cflock might not lock the
process on all your servers. I.e. if you get a hit on server A the lock
is only good for server A, and if you then get the same page requested
from server B your lock can be useless.

--
Rob <[EMAIL PROTECTED]>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to