C# Threading Trouble
Posted by John Kleijn • Saturday, January 19. 2008 • Category: DevelopmentI decided to write a small C# application to facilitate stress testing of Web applications. The reason I didn't want to use csharp (with sockets or the cURL extension) is because I wanted to use threading. I could've gone with Java, but I fell for the ease of creating a GUI with Visual Studio.
I don't have much experience with C#, but with a little help from Google and MSDN, I was quickly able to create a simple application that makes requests and measures the time it takes to receive the response.
»