Reputation: 4080
I have a production web site in IIS 6 where I need to change the value of the "Enable HTTP Keep-Alive" checkbox. Will that cause production disruptions? Recycles, app domain restarts, or similar?
Upvotes: 1
Views: 1654
Reputation: 2583
Depending on what you're running (ASP.NET, PHP, etc.), you may or may not see any disruptions but you will see a big hit to your sites' performance.
Upvotes: 1