Why are you locking the entire page?

-----Original Message-----
From: Gregory Harris [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 04, 2000 11:47 AM
To: CF-Talk
Subject: Another YAFLAQ (yet another f****** lock question)


Ok, we all know that CFLOCK will lock up a page to single-threaded mode, but
my question is, if a Locked template encounters a CFINCLUDE statement, will
it lock up the resources in that page as well, for instance:

I have Page A,B, and C

Page A is locked up within a CFLOCK statement, but includes a CFINCLUDE to
page C, page A is running Page C when page B attempts to CFINCLUDE page C as
well.

Will Page B be allowed to include Page C right away, or is it going to have
to wait until Page A clears the lock?

Gregory Harris
Web Developer
Stirling Bridge Group LLC
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to