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 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 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 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

[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

[EMAIL PROTECTED] Having problem while requesting for pages while downloading something from http server.

2005-12-31 Thread paritosh mahana
Hi,I have set up apache http server version 2.0.53. I am having problem when I try to access some data via php while downloading some file. The download thing is done by calling a php script. And in the middle of downloading when I try to access some other php from the server it gives connection ti