no race conditions BETWEEN requests. application ...
# fw1
w
no race conditions BETWEEN requests. application and session writes are thread safe but only within their respective application.cfc methods (onApplicationStart() and onSessionStart()). you'd most likely need to lock writes elsewhere if there's the possibility of race conditions