close Warning: Can't synchronize with repository "(default)" (/project/ucw/svn does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 18 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 18 years ago by Marco Baringer

Status: newassigned
Summary: race condition is (setf session.current-frame)race condition in (setf session.current-frame)
Note: See TracTickets for help on using tickets.