lithin9 / Unturned-Custom-Plugin

Other
0 stars 0 forks source link

Fix balance writing issue #173

Closed jcvl92 closed 9 years ago

jcvl92 commented 9 years ago

Make sure writing uses locks for thread safety. Also measure time to complete a write out.

Maybe move to a db?

Side note: check arena for thread safety.

prestonvanloon commented 9 years ago

96 would fix this. I will continue development tonight

jcvl92 commented 9 years ago

I think we should move to a DB. I would like to use DynamoDB so we can use a NoSQL ORM to marshal the objects to the DB.

jcvl92 commented 9 years ago

Using locks now and verified file get properly written.