Forgot to ask...why not use a SERVER scope. Why is it not recommended to write to this scope? Why have it then?

--Original Message Text---
From: Pascal Peters
Date: Fri, 14 Nov 2003 14:06:24 +0100

Depends on what you need:
SESSION: 1 user, 1 application, short timeout
APPLICATION: All users, 1 application, longer timeout
SERVER: All users, all applications, no timeout (not recommended to write in this scope)

All these shared scopes are destroyed if the CFServer is restarted.
All need locking before CFMX. In CFMX, only lock to avoid race conditions.

-----Oorspronkelijk bericht-----
Van: Bushy [mailto:[EMAIL PROTECTED]
Verzonden: vr 14/11/2003 13:52
Aan: CF-Talk
CC:
Onderwerp: RE: Changes in a Directory CFDIRECTORY

Is it better to put store it in a application scope or session variable? Is either one fast than the other? Whats the pros and cons?


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to