Skip to content

In MVC applications, only so many concurrent users can make simultaneous requests before the application starts to lag or even stall because the application has run out of “request threads”. You can however use async programming methods for time intensive calls for resources over the network to free up the request thread for another user. Asynch…

Notifications You must be signed in to change notification settings

JayOwl/Serving-JSON-from-an-MVC-Controller--Not-Web-Api-

About

In MVC applications, only so many concurrent users can make simultaneous requests before the application starts to lag or even stall because the application has run out of “request threads”. You can however use async programming methods for time intensive calls for resources over the network to free up the request thread for another user. Asynch…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages