Async Database Request. How do you checkhttp://forums.asp.net/t/1688531.aspx/1?Async+Database+Request+How+do+you+checkSat, 11 Jun 2011 22:56:15 -040016885314454039http://forums.asp.net/p/1688531/4454039.aspx/1?Async+Database+Request+How+do+you+checkAsync Database Request. How do you check <p>Hi</p> <p>Can anyone tell me how i can check that my Async database request is actually async. I'm using HomeController :&nbsp;AsyncController</p> <p>Thanks</p> <p>George</p> 2011-06-10T06:50:02-04:004455981http://forums.asp.net/p/1688531/4455981.aspx/1?Re+Async+Database+Request+How+do+you+checkRe: Async Database Request. How do you check <p>Thes are helpful links,</p> <p>http://blogs.msdn.com/b/rickandy/archive/2009/11/14/<strong>should-my-database-calls-be-asynchronous</strong>.aspx</p> <p>http://weblogs.asp.net/imranbaloch/archive/2011/05/10/<strong>asynccontroller-v-s-sessionless-controller</strong>.aspx</p> 2011-06-11T17:17:16-04:004456014http://forums.asp.net/p/1688531/4456014.aspx/1?Re+Async+Database+Request+How+do+you+checkRe: Async Database Request. How do you check <p>Hi imran_kuo7</p> <p>If possible could you check the following link and let me know whether this is the correct way to do async request to database</p> <p><a href="../../../../t/1688910.aspx/1?AsyncManager&#43;OutstandingOperations">http://forums.asp.net/t/1688910.aspx/1?AsyncManager&#43;OutstandingOperations</a></p> <p>Regards</p> <p>George</p> 2011-06-11T18:11:01-04:004456137http://forums.asp.net/p/1688531/4456137.aspx/1?Re+Async+Database+Request+How+do+you+checkRe: Async Database Request. How do you check <p>it depends on the database api. if your api has async support, with async callback then its probably async. but with sqlserver, even if you use the async api, some operations (depends on the server query plan) are sync and the thread is not released (the completion routine is called before the start async method returns).&nbsp;</p> <p>you can tell with logging. have the completion log when it runs, and log right after the start async method. if the completion runs first, then you are not getting async.</p> <p>&nbsp;</p> 2011-06-11T22:56:15-04:00