Hi All,

Need to Do---i need to create a standalone program in spring and using hibernate with MySql which need to read 100000 records from a table , get a response from a url based on every record fetched and then update another table on the basis of the response returned.

I want to do it with multithreading to increase the performance of it , and also to want to make the count of thread creation configurable for the same.

Any suggestions would be more than helpful.