On Tue, May 8, 2012 at 10:03 AM, Po <[email protected]> wrote: > So I guess this question now is, if one ever needs to set an application > property on request (one that is needed application wide, not just a temp > value), should they make sure that they properly lock these setProperty > calls if a race condition with a negative outcome can occur, or should this > be something that is implemented at the framework level? >
You should lock that yourself since it's an edge case as far as the position of the framework is concerned. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- To post to this group, send email to [email protected] For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
