| - Unload the ISAPI extension without restarting the www service;
- Allows you to upgrade your site on the fly without stoping the service and user notices;
- Use it's own pool thread isolating and reusing them for high performance;
- Avoid overloads on your server by providing a fast "BusyPage" whenever the server is very busy;
- Controls and logs each request reporting the CPU consumer, the web server system information (memory, disk space etc) and the elapsed time for each request;
- Creates several stats for your site such as browser type, operation system, pathinfo hits etc;
- Allows you to "lock" the application which means that only you will be using the application and all other users will receive a custom out of service page;
- Provides threadsafe request support for your extension;
- Support password protection for all manager functions;
- Administration control-panel page.
| |