← Glossary
テクノロジ系 (Technology)Tested 1×
デッドロック
でっどろっく · Deadlock
A situation in which two or more processes each hold a resource the other needs and wait indefinitely for each other to release it, so no process can make progress. It commonly occurs in database transaction management and OS process scheduling. Prevention strategies include enforcing a consistent resource acquisition order and setting timeouts.
Past questions testing this term · 1 questions
- 2012h24a #67デッドロックの説明として,適切なものはどれか。