Opened 19 years ago
Last modified 18 years ago
#4 assigned defect
race condition in (setf session.current-frame)
Reported by: | Marco Baringer | Owned by: | Marco Baringer |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | rerl | Version: | |
Keywords: | Cc: | attila.lendvai@… |
Description
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*?
Change History (1)
comment:1 Changed 19 years ago by
Status: | new → assigned |
---|---|
Summary: | race condition is (setf session.current-frame) → race condition in (setf session.current-frame) |
Note: See
TracTickets for help on using
tickets.