Hi, I have a requirement where I need to start n threads and set timeout for completion of each thread.
if the thread is not executed successfully(because of timeout ) i have to enter in audit table that it failed because of timeout
if executed successfully update audit table with success.
can some one give me solution for this using ThreadPoolExecutor available jdk1.5
