| Author |
calling notify() multiple times
|
Michael Remijan
Ranch Hand
Joined: May 29, 2002
Posts: 103
|
|
I want to have 1 thread waiting for a notify() call on an object. Does anyone know would happen to that thread if notify() was called a number of times? would the notify() calls be "queued" in some way so that instead of going back to sleep the thread would continually wake up for as many times as notify was called? Thanks, Mike
|
<a href="http://www.linkedin.com/in/mjremijan" rel="nofollow">
<img src="http://www.linkedin.com/img/webpromo/btn_viewmy_160x25.png" border="0" >
</a>
|
 |
Jose Botella
Ranch Hand
Joined: Jul 03, 2001
Posts: 2120
|
|
|
notify() has no effect if there aren't waiting threads.
|
SCJP2. Please Indent your code using UBB Code
|
 |
 |
|
|
subject: calling notify() multiple times
|
|
|