Re: How to config thread number per worker process in IIS6? by Morgan
Morgan
Thu Sep 28 20:11:30 CDT 2006
Anthony Jones =E5=86=99=E9=81=93=EF=BC=9A
> "Morgan Cheng" <morgan.chengmo@gmail.com> wrote in message
> news:1159408233.465370.104320@i42g2000cwa.googlegroups.com...
>
> >Anthony Jones ??:
> >
> >> "Morgan Cheng" <morgan.chengmo@gmail.com> wrote in message
> >> news:1159320598.317200.153290@i42g2000cwa.googlegroups.com...
> >> > In IIS Manager, I cannot find any Property Setting about Thread Numb=
er
> >> > of worker process. If I need to improve the throughput by enhance the
> >> thread number. How can I make it?
> >>
> >>
> >> What makes you think that increasing the number of available threads w=
ill
> >> increase throughput?
> >>
> >In my case, most of my webservice time is on waiting response from
> >other website, which is un-avoidable. If more thread is available, then
> >more throughput is got.
>
> And you have confirmed that the other website will be able to serve more
> outstanding requests without proportionally slowing down the response it's
> able to give to the existing load? If not your throughput isn't going to
> improve.
By the way, according to MSDN, it is not recommended to set max thread
number greater than 100 for IIS6. Therefore, the only way to improve
throughput further is deploy more machine runing the service, right?