-
Jan 11th, 2008, 06:11 PM
#1
Spring Batch - database input, database output
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules