2015 Jul 17 1:38 PM
Hi all,
I am using parallel processing approach for improving performance of my program.
But the issue is, i think all the sessions are running at the same time, so i am getting locking issue.
Please guide me how can we avoid this locking issue.
Regards,
Venkat
Hi all,
I am using parallel processing approach for improving performance of my program.
But the issue is, i think all the sessions are running at the same time, so i am getting locking issue.
Please guide me how can we avoid this locking issue.
Regards,
Venkat
2015 Jul 17 2:01 PM
Hi Venkat,
Your question is a bit general, so the answer will be too.
To avoid locking issues during parallel processing;
1. Only lock the things you need to update when you need to update them
2. Only split your processing into groups that are independent
Regards,
Nick
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |