Trawling through the 'net I'm getting lots of conflicting posts as to whether the HTTPModule route is single threaded or multithreaded by default.
I'm trying to debug rapidly differing performance within local, UAT and deployment environments and am wondering whether there is a pinch point with HTTPModule that I've been previously unaware (given CPU and memory in all environments is next to nothing).
One previous disturbing post suggested that all requests are pooled then fed to the module sequentially (each waiting for the previous request to finish before starting the next).