Skip to content

FlorinDumitrescu/.Net-Async-IO-Tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.Net-Async-IO-Tests

This repository contains the source code for the tests used on the Tests and thoughts on asynchronous IO vs. multithreading article.

The reporisotry consists of two projects. ParallelUrlRetrieve contains the actual tests and LongRunningRequest is an extremly basic ASP .Net MVC application which simulates long running requests.

A very important aspect about the code inside this repository is that it was created solely for research purposes. There are a lot of aspects about that way it is written that don't make it fit for a production application so use it just for study / inspiration.

The tests were designed to be run directly from Visual Studio simply by uncommenting the ones that were of interest.

About

Source code for the tests used in the "Tests and thoughts on asynchronous IO vs. multithreading" article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published