infoforcefeed / OlegDB

Enough works to use this in production

Home Page:http://olegdb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thread safe API calls

qpfiffer opened this issue · comments

The locking in the frontend is pretty bad. Ideally the calls could be locked to a minimum of granularity. This should be handled in the backend, then we can avoid all locking in the frontend.

I think what you are saying is the locking in the frontend is too aggressive not "pretty bad".