Archives for Performance Tuning and Production Troubleshooting - Page 3
ADO.NET – simple test of connection pooling
Introduction By default, uses a connection pool – to reuse open database connections. To see how dramatic the consequences of the connection pool are, I wrote a simple test –…
Session Storage – App Fabric Cache
Introduction (From Microsoft’s Azure Documentation) - Windows Server AppFabric is a set of integrated technologies that make it easier to build, scale and manage Web and composite applications that run…
Stress Testing Your Website – Using Microsoft’s Web Stress Test Tool
Some of the more popular tools out there include LoadRunner and Fiddler. Both of these have a bit of a learning curve. When you want to run a stress test,…