http://tech-journals.com/jonow/2011/10/22/the-downsides-of-asp-net-session-state
by default the ASP.NET pipeline will not process requests belonging to the same session concurrently. It serialises them, i.e. it queues them in the order that they were received so that they are processed serially rather than in parallel.
Wednesday, October 26, 2011
Tuesday, October 25, 2011
Monday, October 24, 2011
A Toast to C
" But when it comes to high-performant computation, there's just nothing like C"
"it is relatively paradigm-free"
Subscribe to:
Posts (Atom)