G
Guest
We inherited an ASP.NET application which is not thread-safe. Many copies of
this application are in the field and customers are having problems, which we
believe is due to the thread safety problem.
Is there any way to configure IIS to run single-threaded, so that these
customers can get along without errors until we can get them updated software?
Some will have IIS 5.0 ( Win2K and WinXP ) and some will have IIS 6.0 (
Win03 ). For the Win03 servers, we have set the "worker processes" in the
application pool to be 1. But we are not convinced this is truly making the
app single threaded. Is it? For IIS 5.0, we don't know how to single thread
it, or if it's even possible.
Thanks!
Robb
this application are in the field and customers are having problems, which we
believe is due to the thread safety problem.
Is there any way to configure IIS to run single-threaded, so that these
customers can get along without errors until we can get them updated software?
Some will have IIS 5.0 ( Win2K and WinXP ) and some will have IIS 6.0 (
Win03 ). For the Win03 servers, we have set the "worker processes" in the
application pool to be 1. But we are not convinced this is truly making the
app single threaded. Is it? For IIS 5.0, we don't know how to single thread
it, or if it's even possible.
Thanks!
Robb