BaN4NaJ0e / webDJ

vote songs via webinterface
https://picasaweb.google.com/100455256230472606954/WebDJ?authuser=0&feat=directlink
3 stars 0 forks source link

db is not threadsafe #6

Open BaN4NaJ0e opened 13 years ago

BaN4NaJ0e commented 13 years ago

player and webinterface share the same db but are running in 2 threads. if both access it at the same time the db is locked.

ghost commented 13 years ago

have a look at this: http://code.activestate.com/recipes/526618/