简体   繁体   中英

What does “ASP.NET 4.5 Async Pipeline” mean?

Having look at current compatibility list for Mono (as for 3.2.3 version) it says:

C# 5.0 - [supported] async support

but

ASP.NET 4.5 Async Pipeline - [not supported] Needs an parallel processing pipeline with async support, not done .

What does Async Popeline here mean (as well as " parallel processing pipeline ") and how is it related to C# 5.0 async support (ie, rather, what's the difference)?

Thank you!

我认为它们指的是在ASP.NET(WebForms,MVC等)中支持async / await,特别是支持它将需要一个完全支持异步操作的HTTP管道。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM