[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

bypassing responseDeadlockInterval

Jeff Clausius

1/6/2003 9:02:00 PM

i have a question regarding iis' deadlock detection times. i have a web
method which iterates through an array of items. each item in this one
request adds items to a sql server database. in some cases, this method is
taking longer than the interval set in machine.config for deadlock
detection (processModel's responseDeadlockInterval).

since the method iterates over an array, is there some sort of call the web
service method can make to let the iis server know it is not actually
deadlocked. modifying responseDeadlockInterval is a workaround, but i was
curious if somehow iis' time value could be reset by a c# web method.

tia
jeff clausius