Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW ALGORITHM] Implement Wait-Die Deadlock Avoidance Algorithm #1851

Closed
2 tasks done
T-Fathima opened this issue Nov 10, 2024 · 0 comments
Closed
2 tasks done

[NEW ALGORITHM] Implement Wait-Die Deadlock Avoidance Algorithm #1851

T-Fathima opened this issue Nov 10, 2024 · 0 comments

Comments

@T-Fathima
Copy link
Contributor

T-Fathima commented Nov 10, 2024

Name:

Wait-Die Deadlock Avoidance Algorithm

About:

Implement the Wait-Die deadlock avoidance algorithm to manage resource allocation in a way that prevents deadlocks in multi-transaction systems. In this algorithm:
If a younger transaction requests a lock held by an older transaction, it should wait for the older transaction to release the lock.
If an older transaction requests a lock held by a younger transaction, the older transaction should be aborted (killed) to avoid a potential deadlock situation.
This implementation will help ensure the system remains deadlock-free by preventing circular waits.

Labels:

new algorithm, gssoc-ext, hacktoberfest, level1


Assignees:

  • Contributor in GSSoC-ext
  • Want to work on it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants