You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by JWM <te...@malcolms.com> on 2006/12/01 21:17:46 UTC

[users@httpd] Does Apache Restrict Multiple Concurrent Connections from one IP?

I'm trying to figure out what is happening.. I have multiple files I want to
download from my server via http.  I click the first link, get the SaveAs
dialog box, enter a filename and the download starts.  While that is
downloading, I click the second link, do the SaveAs, and the second one
starts downloading.  I then click a third link, the progress indicator comes
up, but the SaveAs dialog does not come up.  It hangs until one of the other
two download completes.  Immediately after one of the other two downloads
completes, the third SaveAs dialog pops up and I can continue.

 

I've also noticed a similar behavior with iTunes podcast downloads.  iTunes
will try to start 3 concurrent downloads, but the third one hangs until one
of the other two finish.

 

I figure this is some sort of throttle either being enforced by Apache httpd
on my server side or by Windows XP's TCP stack in some way on my client box.
I guess it could also be some sort of restriction enforced by TimeWarner
Roadrunner, my ISP.

 

So my question is. is Apache httpd blocking the third request until one of
the other two requests completes?  Or is it in Windows or roadrunner some
place?  If it's in httpd, is there some config parameter that I could at
least perhaps bump it up to 3 or 4 concurrent requests?

 

Thanks.

 

Jerry


Re: [users@httpd] Does Apache Restrict Multiple Concurrent Connections from one IP?

Posted by Jesse Ross <jr...@broad.mit.edu>.
Does anyone know of a way to limit concurrent connections on the server 
side?  It looks like I might be able to stretch mod_evasive to get this 
behavior out of it, but I'd just as soon use something built-in if 
possible.  I'm running 1.3.27.

thanks,
Jesse Ross
Systems Administrator
Broad Institute of MIT and Harvard


Joshua Slive wrote:
> On 12/1/06, JWM <te...@malcolms.com> wrote:
> 
>> So my question is… is Apache httpd blocking the third request until 
>> one of
>> the other two requests completes?  Or is it in Windows or roadrunner some
>> place?  If it's in httpd, is there some config parameter that I could at
>> least perhaps bump it up to 3 or 4 concurrent requests?
> 
> 
> Apache doesn't have any such restriction in its default config.
> 
> Most clients do restrict themselves to 3 connections per server.
> 
> Joshua.
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Does Apache Restrict Multiple Concurrent Connections from one IP?

Posted by Joshua Slive <jo...@slive.ca>.
On 12/1/06, JWM <te...@malcolms.com> wrote:

> So my question is… is Apache httpd blocking the third request until one of
> the other two requests completes?  Or is it in Windows or roadrunner some
> place?  If it's in httpd, is there some config parameter that I could at
> least perhaps bump it up to 3 or 4 concurrent requests?

Apache doesn't have any such restriction in its default config.

Most clients do restrict themselves to 3 connections per server.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Does Apache Restrict Multiple Concurrent Connections from one IP?

Posted by "Frode E. Moe" <fr...@CoreTrek.no>.
On Fri, Dec 01, 2006 at 14:17:46 -0600, JWM wrote:
> I'm trying to figure out what is happening.. I have multiple files I want to
> download from my server via http.  I click the first link, get the SaveAs
> dialog box, enter a filename and the download starts.  While that is
> downloading, I click the second link, do the SaveAs, and the second one
> starts downloading.  I then click a third link, the progress indicator comes
> up, but the SaveAs dialog does not come up.  It hangs until one of the other
> two download completes.  Immediately after one of the other two downloads
> completes, the third SaveAs dialog pops up and I can continue.

This is a limit in your browser. If you are using FireFox, check out
about:config and filter for 'http.max'. 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org