I have heard about Katana, which is basically OWIN implementation by Microsoft Team. OWIN is a standard for developing web interface. Same thing is done why IIS too. But IIS do a lot of stuff as compared to this lightweight Katana framework.
My Question : How IIS is heavy process loaded ? and Katana is light process, that can server HTTP request much faster than IIS?