Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #21290

Re: HTTP thread limit

From Steven Simpson <ss@domain.invalid>
Newsgroups comp.lang.java.programmer
Subject Re: HTTP thread limit
Date 2013-01-10 08:04 +0000
Organization A noiseless patient Spider
Message-ID <4992s9-si7.ln1@s.simpson148.btinternet.com> (permalink)
References <s9qse8hi84jv21924le8cdta61li4parcc@4ax.com>

Show all headers | View raw


On 10/01/13 07:11, Roedy Green wrote:
> Is there some limit in Java on how many HTTP GET probes you can have
> going at once on different threads?  How many waits you can have for a
> response from some website out on the web?
>
> If so, what happens when you go over the limit?  Do you just wait to
> do your send or do you abort?  Can you configure this limit?  What is
> it called?

<http://docs.oracle.com/javase/7/docs/technotes/guides/net/http-keepalive.html>

-- 
ss at comp dot lancs dot ac dot uk

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

HTTP thread limit Roedy Green <see_website@mindprod.com.invalid> - 2013-01-09 23:11 -0800
  Re: HTTP thread limit Steven Simpson <ss@domain.invalid> - 2013-01-10 08:04 +0000
    Re: HTTP thread limit Roedy Green <see_website@mindprod.com.invalid> - 2013-01-10 01:06 -0800
    Re: HTTP thread limit Roedy Green <see_website@mindprod.com.invalid> - 2013-01-10 01:11 -0800

csiph-web