Relative Content

Tag Archive for javamultithreadingjdbcjava-threads

Facing issue in threading

I am calling threads based on records selected from database.
However, I am seeing that same records are initiated multiple times in the thread.
Also I am inserting records in the keyvaluepairs inside the class Mytask and then iterating over it to update the response back into the database. the response update is also not happening for some records.