Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

max concurrent request

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS newbie..can't access web site i've set up  
Author Message
vicksjaipur

External


Since: Dec 26, 2003
Posts: 1



(Msg. 1) Posted: Fri Dec 26, 2003 11:13 pm
Post subject: max concurrent request
Archived from groups: microsoft>public>inetserver>iis (more info?)

i want to know maximum no of concurrent request iis 6 can handle
effiecently. As we are into publishing result and often get bad server
performance during important results.

Thanks

 >> Stay informed about: max concurrent request 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Sat Dec 27, 2003 2:52 am
Post subject: Re: max concurrent request [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

First, are we talking about an ISAPI or CGI? CGI implies an expensive
process creation on every request, something non-existent for ISAPI,
amortized.

Also, when talking about performance, maximum concurrent requests is NOT
what is important. For example, processing of 2000 requests with a
concurrency of 10 will likely be far faster than processing all 2000
simultaneously. Why? Thread context switching is going to be costly in the
2000 simultaneous case.

Finally, maximum concurrent requests usually exaggerate any bottlenecks in
custom ISAPI/CGI code, such as lock contention. Perf analysis helps figure
this out instead of asking "what is the maximum number of concurrent
requests in IIS6?"

So, if you really want to look for better performance, you will need to
provide far more information for help than asking for "maximum concurrent
requests".

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Vikramaditya Singh" <vicksjaipur.TakeThisOut@rediffmail.com> wrote in message
news:uIpG047yDHA.1924@TK2MSFTNGP10.phx.gbl...
i want to know maximum no of concurrent request iis 6 can handle
effiecently. As we are into publishing result and often get bad server
performance during important results.

Thanks

 >> Stay informed about: max concurrent request 
Back to top
Login to vote
user645

External


Since: Aug 23, 2003
Posts: 180



(Msg. 3) Posted: Sat Dec 27, 2003 12:54 pm
Post subject: Re: max concurrent request [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Vikramaditya Singh" <vicksjaipur.TakeThisOut@rediffmail.com> wrote in message
news:uIpG047yDHA.1924@TK2MSFTNGP10.phx.gbl...
 > i want to know maximum no of concurrent request iis 6 can handle
 > effiecently. As we are into publishing result and often get bad server
 > performance during important results.

Often dynamic pages are pourly optimized and keeping open the HTTP and
server-side connections (sql) far too long. In my experience IIS 5 is very
very scalable.
IIS 6 is far above that.

 > Thanks
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: max concurrent request 
Back to top
Login to vote
chanmm

External


Since: Dec 27, 2003
Posts: 1



(Msg. 4) Posted: Sat Dec 27, 2003 5:50 pm
Post subject: Re: max concurrent request [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

When is your resources?


"Vikramaditya Singh" <vicksjaipur.TakeThisOut@rediffmail.com> wrote in message
news:uIpG047yDHA.1924@TK2MSFTNGP10.phx.gbl...
 > i want to know maximum no of concurrent request iis 6 can handle
 > effiecently. As we are into publishing result and often get bad server
 > performance during important results.
 >
 > Thanks
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: max concurrent request 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]