(no title)
dav-id | 11 years ago
Great for a personal blog but for a business where your customers expect things instantly, it is not so good.
dav-id | 11 years ago
Great for a personal blog but for a business where your customers expect things instantly, it is not so good.
pionar|11 years ago
That's the nature of application pools in IIS. If the app pool goes inactive for a time, IIS kills the w3wp process running the app. You can set the timeout in the web.config (not in front of code right now, don't know the exact incantations). Does WAWS respect that?
Though, the shutdown would be a good thing for a small site like what WAWS is intended for, because when the site isn't running, it's not still using resources.
In my company's environment (our own datacenter), our monitoring tools keep the app pool from "timing out" because it hits a status page every 2 minutes. We manually (through a script) recycle app pools at a given time every night.
ahmelsayed|11 years ago
[1] http://serverfault.com/a/595215/219792
[2] http://azure.microsoft.com/en-us/documentation/articles/web-...
[3] http://www.iis.net/learn/get-started/whats-new-in-iis-8/iis-...
anilmujagic|11 years ago