understand ASP .Net 3: why ASP .Net is faster# DotNet - 窗口里的风景
L*r
1 楼
recently I studied some open source projects such as Apache,
SCGI, Fast CGI ..., which helped me understand .Net and ASP .Net
better.
Generally, application server way (scgi, fastcgi, .net) is faster than the
the traditional ISAPI dll way, which can't share resource.
.Net itself is an applicaiton server. So no application server makers can live
in this tier in .Net architecture.
Why IIS 6 is much faster than IIS 5?
It learns from some idea from tux and ibm research. kernal space server is much
f
SCGI, Fast CGI ..., which helped me understand .Net and ASP .Net
better.
Generally, application server way (scgi, fastcgi, .net) is faster than the
the traditional ISAPI dll way, which can't share resource.
.Net itself is an applicaiton server. So no application server makers can live
in this tier in .Net architecture.
Why IIS 6 is much faster than IIS 5?
It learns from some idea from tux and ibm research. kernal space server is much
f