View Issue Details

IDProjectCategoryView StatusLast Update
0002455MMW v4Playerpublic2006-04-27 19:33
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0002455: FullPlayer.pas unit isn't thread safe
DescriptionThis is an internal code tweak needed: FullPlayer.pas unit isn't thread safe, any access to Entries list should be locked.
TagsNo tags attached.
Fixed in build

Activities

jiri

2006-04-17 19:45

administrator   ~0007148

As discussed over IM, assigning to Ludek. Mainly access to Entries list should be protected using locks.

Ludek

2006-04-27 19:32

developer   ~0007182

I used PlayerLock object to lock mainly Entries instance. So the player operations included AutoDJ should be thread safe for now.