saguziel / Kryptose

A password manager
2 stars 0 forks source link

Concurrency design #21

Closed jnshi closed 9 years ago

jnshi commented 9 years ago

So, I noticed that we prevent a lot of concurrency issues if we allow only one Request per user to be processed at a time.

This means that we don't have to keep track of Blob digests, or create a system of locks for user-specific files, etc.

jnshi commented 9 years ago

I'll be doing this if nobody thinks this would be a problem. @saguziel

AMarcedone commented 9 years ago

Even if you do that, I believe that you still need to check digests. I will try to explain that in person.

AMarcedone commented 9 years ago

Me and Jonathan agreed that digests need to be checked anyway.