#4: race condition is (setf session.current-frame) -----------------------+---------------------------------------------------- Reporter: mbaringer | Owner: mbaringer Type: defect | Status: new Priority: major | Milestone: Component: rerl | Version: Keywords: | -----------------------+---------------------------------------------------- Attila Lendvai correctly points out:
what happens if two requests come simulateneously into the samesession? seems like to me that (setf session.current-frame ...) will have a race condition... shouldn't it be a bound dynamic variable just like *context* or be a slot in *context*?