Iterators and Efficient Use of the Thread Pool
Posted by: Miguel de Icaza,
on 28 Aug 2005 |
View original | Bookmarked: 0 time(s)
The new HTTP application pipeline in Mono is in my opinion a beautiful work of art. Let me explain. The HTTP application pipeline processes an incoming HTTP request. When the request comes in it has to go through a number of steps before the request is actually handed over to the developer code: authentication, authorization, cache lookup, session state acquisition. There are a similar set of steps processed after your code is complete. The runtime by default provides a few modules. These are listed...