Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #21285
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | HTTP thread limit |
| Date | 2013-01-09 23:11 -0800 |
| Organization | Canadian Mind Products |
| Message-ID | <s9qse8hi84jv21924le8cdta61li4parcc@4ax.com> (permalink) |
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? -- Roedy Green Canadian Mind Products http://mindprod.com Students who hire or con others to do their homework are as foolish as couch potatoes who hire others to go to the gym for them.
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar | Unroll 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