Those who prefer reading this site through RSS now can also subscribe for updates to .NET Tips & Tricks Community.
Do not create .NET threads on a per-request basis because this can severely impact scalability. Creating new threads is also a fairly expensive operation that should be minimized. Treat threads as a shared resource and use the optimized .NET thread pool.