Unless you have an issue with race conditions, you don't have to bother with any of this. If you do have a situation where a race condition will cause an error, just add locking for that situation.
On 10/29/07, Ryan Heldt <[EMAIL PROTECTED]> wrote: > > The objects I am copying from are persisted in the session scope. I would > like to be able to read from these objects at runtime without having to > lock > them all over the place. Does creating a pointer in the request scope to > an > object in session absolve you from locking? I'm not sure, and to be > honest, > I haven't found a lot of information either way on the issue, so copying > the > object seems to be playing it safe, no? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292284 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

