1.

Explain Concurrent Batch On-line Processing In Spring Batch Framework?

Answer»

Concurrent/on-line batch processing refers to the batch process that HANDLES data being concurrently used/updated by ONLINE users so the data cannot be locked in database or file as the online users will NEED it. Also the data updates should be commited frequently at the end of few transactions to minimize the portion of data that is UNAVAILABLE to other processes and the elapsed time the data is unavailable.

Concurrent/on-line batch processing refers to the batch process that handles data being concurrently used/updated by online users so the data cannot be locked in database or file as the online users will need it. Also the data updates should be commited frequently at the end of few transactions to minimize the portion of data that is unavailable to other processes and the elapsed time the data is unavailable.



Discussion

No Comment Found