Java And threads
Hi
I have to write a program where i need to use threads.
What i have to do it, create a group of 5-10 threads and there is a master program which is constantly pooling a database, as soon as there is any change in database this program should get the data and get one of the threads from pool,
This thread will process the data, and then i need to return it to the group.
any suggestions or any code or tutorial as a starting point
Ashish

