matthiasblaesing commented on PR #4206:
URL: https://github.com/apache/netbeans/pull/4206#issuecomment-1155483805

   I tested this (DO NOT RUN YOURSELF!):
   
   ```
   for i in `seq 1 2000`; do curl -o $i 
"https://netbeans.osuosl.org/binaries/EC2751668FDF959F31F88FAF3A03C9A28F3E6746-wordlist-en_GB-large-2017.08.24.zip";
 & done
   ```
   
   These are 2000 requests in parallel and the statistics is: 840 Requests were 
rejected, 1160 requests went through cleanly.
   
   This test was executed without a proxy in between. The reply is pretty 
explicit:
   
   ```
   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
   <html><head>
   <title>503 Service Unavailable</title>
   </head><body>
   <h1>Service Unavailable</h1>
   <p>The server is temporarily unable to service your
   request due to maintenance downtime or capacity
   problems. Please try again later.</p>
   <hr>
   <address>Apache Server at netbeans.osuosl.org Port 443</address>
   </body></html>
   ```
   
   So we should respect that. I understand, that there are (mostly) corporate 
setups, that are broken beyond imagination, but this change looks sane (as 
already indicated by @jgneff it could be simplified as the parallel nature of 
the connections is gone).
   
   I suggest to raise this on the mailing list and if noone comes up with an 
existing setup, that is broken by this, I suggest to go ahead. We can't prepare 
for all broken setups administrators can imagine.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to