vote up 0 vote down star

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?

flag

74% accept rate

1 Answer

vote up 1 vote down

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.

link|flag
Gracias. ASP.NET, if that matters, any considerations specific to it? – Chris Oct 9 at 15:19
Not sure, however if you tell me what problem you're specifically trying to fix by disabling the keep alive, I, or someone else who finds this thread might be able to find a solution that fixes the problem without sacrificing performance. I have experience in running asp.net sites in IIS 6 so I would me more than happy to help. – jlech Oct 9 at 15:26
Yeah, I know it's definitely not what most sites should do, but we have insane crazy proxies between a couple of tiers that go nuts without other things being set correctly. – Chris Oct 9 at 15:28

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.