| Author |
Thread failure and unlocking.
|
Niall ORiordan
Greenhorn
Joined: Jul 22, 2003
Posts: 15
|
|
Hi all, I was just thinking about the following scenario... Thread 1 locks a record and straight away, the thread fails (for some unknown reason). Do I need to make sure that the locked records of this thread are released after the thread dies? Or is this beyond the scope of the assignment?
|
SCJP<br />SCJD
|
 |
Max Habibi
town drunk ( and author)
Sheriff
Joined: Jun 27, 2002
Posts: 4118
|
|
Hi Niall, IMO, it's beyond the scope of the assignment. If you can make everything work under a fully functional system, then you're fine. M
|
Java Regular Expressions
|
 |
Niall ORiordan
Greenhorn
Joined: Jul 22, 2003
Posts: 15
|
|
Cheers Max, I saw another post of yours regarding the same thing....And I see your point. Thanks a million.
|
 |
 |
|
|
subject: Thread failure and unlocking.
|
|
|