Using Parallel Extensions In Web Applications

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2008-12-18T14:16:31Z Indexed on 2010/05/07 15:38 UTC
Read the original article Hit count: 307

Filed under:
|
|
|
|

I'd like to hear some opinions as to what role, if any, parallel computing approaches, including the potential use of the parallel extensions (June CTP for example), have a in web applications. What scenarios does this approach fit and/or not fit for?

My understanding of how exactly IIS and web browsers thread tasks is fairly limited. I would appreciate some insight on that if someone out there has a good understanding. I'm more curious to know if the way that IIS and web browsers work limits the ROI of creating threaded and/or asynchronous tasks in web applications in general.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about parallel

Related posts about Computing