V
vineet batta
Hi ,
I am facing some dead lock problem.
My Application is spawning threads(MAX of 5) and on each
thread i am calling stored procedure which updates a row.
1)There are times when there are no records .. so all the
threads are opening and closing and checking for the some
vales before calling update.This is case when there are
no records in the table.
2)But i get dead locks when there are lot of records in
the table.
Can the situation 1 that is 5 connections open
(SqlConnection.Open()) have on any affect on sitaution 2.
Pl share ur thougth around it.
thanx in advance.
Vineet Batta
I am facing some dead lock problem.
My Application is spawning threads(MAX of 5) and on each
thread i am calling stored procedure which updates a row.
1)There are times when there are no records .. so all the
threads are opening and closing and checking for the some
vales before calling update.This is case when there are
no records in the table.
2)But i get dead locks when there are lot of records in
the table.
Can the situation 1 that is 5 connections open
(SqlConnection.Open()) have on any affect on sitaution 2.
Pl share ur thougth around it.
thanx in advance.
Vineet Batta