Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread paritosh mahana
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.

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread httpd2
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? >

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread httpd2
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

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread paritosh mahana
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

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread httpd2
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 > #

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread paritosh mahana
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

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread httpd2
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

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread paritosh mahana
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

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread Nick Kew
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

RE: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread Axel-Stéphane SMORGRAV
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

RE: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread Axel-Stéphane SMORGRAV
users@httpd.apache.org Subject: [EMAIL PROTECTED] Max number of connections from a single client to a server. Hi all, What is the max number of connection a server allows from a single client and how to change it(both in windows and linux). And how exactly the server determines the number of conne

RE: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread Boyle Owen
- From: paritosh mahana [mailto:[EMAIL PROTECTED] Sent: Montag, 9. Januar 2006 19:22 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Max number of connections from a single client to a server. Hi all, What is the max number of connection a server allows from a single client and how to chang

[EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-09 Thread paritosh mahana
Hi all,What is the max number of connection a server allows from a singleclient and how to change it(both in windows and linux).And how exactly the server determines the number of connections from asingle client? I dont think it uses client's IP (there can be many people behind same NAT). I think t