ve you details of where they applyin the configuration files.
KeithOn Wed, 11 Jan 2006, paritosh mahana wrote:> To: users@httpd.apache.org> From: paritosh mahana <
[EMAIL PROTECTED]>> Subject: Re: [EMAIL PROTECTED] Max number of connections from a single client to a> server.
To: users@httpd.apache.org
> From: paritosh mahana <[EMAIL PROTECTED]>
> Subject: Re: [EMAIL PROTECTED] Max number of connections from a single client
> to a
> server.
>
> None of the mentioned directives are set in httpd.conf file:(
> Where to look for them then?
>
You might also like to read about process creation in
/httpd-docs-2.0.55.en/misc/perf-tuning.html
under the User's Guide.
Keith
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apac
ng the LogLevel to debug. see what helpmessages you get in the error log then.
KeithOn Wed, 11 Jan 2006, paritosh mahana wrote:> To: users@httpd.apache.org> From: paritosh mahana <
[EMAIL PROTECTED]>> Subject: Re: [EMAIL PROTECTED] Max number of connections from a single client to a&g
ers@httpd.apache.org
> From: paritosh mahana <[EMAIL PROTECTED]>
> Subject: Re: [EMAIL PROTECTED] Max number of connections from a single client
> to a
> server.
>
> Server OS:windows 2003 server
>
> Apacehe Version:2.0.53
>
> MPM:# WinNT MPM
> #
Server OS:windows 2003 serverApacehe Version:2.0.53MPM:# WinNT MPM# ThreadsPerChild: constant number of worker threads in the server process# MaxRequestsPerChild: maximum number of requests a server process serves
ThreadsPerChild 250MaxRequestsPerChild 0Requests per second: depends on how many si
Hi Paitosh. Interesting problem!
Can you give more details please for:
OS:
Apache version:
MPM:
How many requests per second:
Regards Keith
-
The official User-To-User support forum of the Apache HTTP Server Project.
See ht
Ok, let me explain the problem a bit.And the test application that I am trying to build is doing several webrequest to a single server for data upload/update/download. But when I am making many threads and requesting for something in each thread some requests time out. So what I think is happening
On Tuesday 10 January 2006 10:58, Axel-Stéphane SMORGRAV wrote:
> After re-reading the original post, I observe the mention of "from a
> single client".
>
> There is nothing that limits the number of connections from any particular
> client.
AIUI mod_evasive (formerly mod_dosevasive) lets you do
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Max number of connections from a single client
to a server.
There are several parameters that determine the maximum number of connections.
Only one of them is an Apache parameter: MaxClients.
In addition to this, there are system limits that re
There are several parameters that determine the maximum number of connections.
Only one of them is an Apache parameter: MaxClients.
In addition to this, there are system limits that restrict the number of
connections a single process may accept. If you use the worker MPM of Apache
2.x, the ma
What connections? HTTP is stateless and each request is a separate transaction.
Having said that, HTTP/1.1 allows "Keep-alive" so a client can send many
requests over the same TCP/IP connection (see
http://httpd.apache.org/docs/2.0/mod/core.html#keepalive).
I'm not entirely sure I understand y
12 matches
Mail list logo