No offense, but it sounds like urban legend to me.  Assuming it's properly
implemented, the "Single Threaded Sessions" option should only have a
significant effect in situations where two ColdFusion requests are being made
at the same time within the same session, i.e. when two browser framed windows
are loaded at once.   Even on a framed site, this would be a relatively rare
event.

I've never heard a convincing argument for locking session variable access.
The only exception I make is when I don't have control of the CF Administrator
settings.


----- Original Message -----
From: "Philip Arnold - ASP" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, November 22, 2001 4:40 AM
Subject: RE: Complete lack of locking...


> > Why not just enable the "Single Threaded Sessions" option? Doesn't that
> > eliminate the need to lock session-scoped variable access?
>
> DRASTIC!
>
> That'd mean that only one person who access the site at a time - severely
> limiting the access to the site
>
> It'd be a LOT safer to re-write the application properly to include locking
>
> I know how he feels - we inherited a server with 1,400+ templates, no
> locking in any of them! On the server it's running on, it's a dual processor
> and both are at 90%+ all the time as it tries to handle the locking itself
>
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
>
> "Websites for the real world"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to