Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db is not threadsafe #6

Open
BaN4NaJ0e opened this issue Jun 8, 2011 · 1 comment
Open

db is not threadsafe #6

BaN4NaJ0e opened this issue Jun 8, 2011 · 1 comment

Comments

@BaN4NaJ0e
Copy link
Owner

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
Copy link

ghost commented Jun 8, 2011

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

@ghost ghost self-assigned this Jun 8, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant