Hi,


I need to build a batch process to read records( in pages) from the database, feed each record to a record processing handler who will process this input and store some results to the database. I would like to use a multithreaded pool where each thread will process one record.
My questions are:
1) Can Spring batch deal with such situations?
2) Is there any Spring thread pool available?
3) Assuming Spring batch can provide this functionality are there any limitations I have to keep in mind?

Many thanks for helping with this,

Stefan