Opened 12 years ago
Last modified 12 years ago
#4 assigned defect
race condition in (setf session.current-frame)
Reported by: | mbaringer | Owned by: | mbaringer |
---|---|---|---|
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 12 years ago by mbaringer
- Status changed from new to assigned
- Summary changed from race condition is (setf session.current-frame) to race condition in (setf session.current-frame)
Note: See
TracTickets for help on using
tickets.