Wampserver
Posted by: BenDaddy (---.tcsn.qwest.net)
Date: September 07, 2006 12:59AM

Hi

I'm new to this server, can anyone tell me as to how many concurrent connections can be used on this server running on windows 2000?

Options: ReplyQuote
Re: Wampserver
Posted by: yfastud (---.cable.mindspring.com)
Date: September 07, 2006 03:32AM

Wampserver is for developers, so I guess not too many people actually try it. How about you try it and let us know.

Options: ReplyQuote
Re: Wampserver
Posted by: CyberSpatium (67.170.181.---)
Date: September 07, 2006 04:34AM

from httpd.conf

# WinNT MPM
# ThreadsPerChild: constant number of worker threads in the server process
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_winnt.c>
ThreadsPerChild 250
MaxRequestsPerChild 0
</IfModule>

you can edit this value anything you want

[httpd.apache.org]
[httpd.apache.org]

Options: ReplyQuote


Sorry, only registered users may post in this forum.