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

[477 byte] By [kulkarni_asha] at [2007-11-27 6:10:24]
# 1
http://java.sun.com/docs/books/tutorial/essential/concurrency/index.html http://java.sun.com/docs/books/tutorial/uiswing/concurrency/index.html
cimmerian76a at 2007-7-12 17:15:45 > top of Java-index,Java Essentials,Java Programming...