C
Camilo Silva
We have in our company a Web Solution with a lot of DLL's,
this solution had worked fine with ASP pages. Now we are
migrating for ASP.Net and the behavior of DLL's changed.
It happen that .Net has a threadpool, and when a new
request for pages are made it try to find an old thread,
and so, it recover old information not desired. We think
that solution must be disabel the .Net thread pool, but we
aren't sure about it.
this solution had worked fine with ASP pages. Now we are
migrating for ASP.Net and the behavior of DLL's changed.
It happen that .Net has a threadpool, and when a new
request for pages are made it try to find an old thread,
and so, it recover old information not desired. We think
that solution must be disabel the .Net thread pool, but we
aren't sure about it.