A notification system is a combination of software and hardware that provides a means of delivering a message to a set of recipients.
Questions tagged [notify]
754 questions
-4
votes
1 answer
Java release lock after notify causes new threads to appear
![enter image description here][1]does anyone have an idea regarding to why new threads are created when releasing lock after notifyall?
I have one thread listening for request status (STRING) to change (waiting on lock object) and the other one…

asafb
- 92
- 7
-6
votes
2 answers
Help With Notify Me Form
I'm trying to make a simple form like this http://birdboxx.com/, where the user can enter their email address to be notified when our site has launched.
I've looked at the HTML their using and it all looks pretty simple, I'm just not sure on how to…

Raphael Essoo-Snowdon
- 31
- 2
- 6
-6
votes
3 answers
How can I get my threaded program to print specific output
I am having problem dealing with synchronization java threads, applying wait and notify..
I want to figure out how could I implement these in a program where I can print out the answer alternately.. for example person1 will count numbers 1-5 as well…

xknozi
- 1,335
- 3
- 12
- 20