In the Adobe CF documentation is says "Locks are shared among applications and user sessions, but not clustered servers."
In OpenBD GAE when application traffic increases and GAE spins up an additional servers to handle the load, will my <CFLOCK> tags become useless? For example, would the following code be expected to work as desired when the application traffic is very high? <cflock scope = "Session" timeout = "10" type = "Exclusive" name="xyz"> <cfset session.counter = session.counter + 1> </cflock> Or would this fall under the clustered server scenario as mentioned above? Any advice on how to reliably maintain application and session data on GAE would be greatly appreciated Thanks -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
