florent37/Freezer

Can't access database in multi thread

Open

#20 opened on May 6, 2016

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Java (41 forks)github user discovery
help wantedquestion

Repository metrics

Stars
 (329 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I also accounted the same issue #17 when access database in multithread . Now I use synchronized for all db manipulations(both read and write) , so that only one thread to access db to prevent these issue. Any other good suggestion Or you can add multi thread access support in next release?

Contributor guide