cristighr1995 / Holiholic

A trip planner and travel guide application which offers activity suggestions and personalized day plans based on user’s preferences and profile.
Apache License 2.0
2 stars 0 forks source link

Optimize synchronization in the database #15

Closed cristighr1995 closed 5 years ago

cristighr1995 commented 5 years ago

Right now the synchronization is used locking the whole DatabaseManager class. It should be optimized to have different locks for different actions.

cristighr1995 commented 5 years ago

Deprecated.