InterviewSolution
| 1. |
What Is The Impact Of Turning Off Kernel Mode Cache? |
|
Answer» The impact will DEPEND on the server load. If you are doing 10,000 requests/second, you will sorely miss kernel caching; HOWEVER, if you are doing 100 requests/second you probably will not NOTICE. It depends heavily on the content being served, IIS 5.0 did not have a kernel mode component and it WORKED well for most customers. The impact will depend on the server load. If you are doing 10,000 requests/second, you will sorely miss kernel caching; however, if you are doing 100 requests/second you probably will not notice. It depends heavily on the content being served, IIS 5.0 did not have a kernel mode component and it worked well for most customers. |
|