Your question is too general, but we normally don't use multithreading in web apps except for rare special cases. After all, each page processing cycle applies to one user and one round-trip, so there's already multi-threading going on at the IIS level.
|