2008 Feb 19 8:06 PM
hello,
i have a problem with a high-parallelized (200-300 processes) application/transaction. The application insert entries in a customer defined table. At the insert there are often appear deadlocks, because different processes try to access the table simultaneously.
Exits a possibility to avoid deadlocks?
hello,
i have a problem with a high-parallelized (200-300 processes) application/transaction. The application insert entries in a customer defined table. At the insert there are often appear deadlocks, because different processes try to access the table simultaneously.
Exits a possibility to avoid deadlocks?
2008 Feb 19 8:18 PM
Are you locking the entire table? If so, try locking just the row(s) you need to update.
Rob
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |