Assignment problem #245
Unanswered
1314fundamentals
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Developer, I noticed that all resource contention locks are currently using a global lock. Would it be possible to make the lock granularity finer? For example, set one lock for resources within a specific area, and use different locks for resources in different areas. Would there be any issues with this design, such as thread deadlocks? I would greatly appreciate any advice you could give me if you have the time!
Beta Was this translation helpful? Give feedback.
All reactions