When should one use asynchronous controller in asp.net mvc 2?

Posted by Pandiya Chendur on Stack Overflow See other posts from Stack Overflow or by Pandiya Chendur
Published on 2010-05-13T10:30:16Z Indexed on 2010/05/13 10:34 UTC
Read the original article Hit count: 150

Thus far worked with asp.net mvc1 and just started with asp.net mvc2..... what are good candidates for executing a controller asynchronously? Should i use it for long running process or some background processing? What are the pros and cons choosing asynchronous controller in asp.net mvc 2? Any suggestion...

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about asynchronous