orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
40 stars 3 forks source link

Increase simultaneous request limit of Jetty #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description of Change:

Increase simultaneous request limit of Jetty (used by Orchard).
The limit can be observed by running multiple Orchard Jobs with a delay (like a 
long Rwait or a Prompt).  This limit is currently somewhere in the 6-10 range.

Benefit of/Reason for Change Request:
Allow Try Orc to handle more simultaneous users.

Issues/Concerns with Change Request:
It's unclear what is being limited.
- Jetty's thread pool max size seems not to be the problem -- it's 250.
- The limit affects static content (not just Servlet or JAX-WS requests).

Original issue reported on code.google.com by jthywissen on 28 Nov 2011 at 1:17

GoogleCodeExporter commented 9 years ago

Original comment by jthywissen on 6 Jul 2012 at 9:59

GoogleCodeExporter commented 9 years ago

Original comment by arthur.peters on 29 Nov 2012 at 8:53

GoogleCodeExporter commented 9 years ago
Increasing number of Acceptors doesn't help.
Increasing min number of thread pool threads doesn't help.

Original comment by jthywissen on 18 Dec 2012 at 4:10

GoogleCodeExporter commented 9 years ago
Ack!! This is NOT a Jetty limit, but a browser limit!  No problem ever existed.

Original comment by jthywissen on 19 Dec 2012 at 11:43