Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Simone Bordet 023c593d35 Removed loop calling the ExecutionStrategy, since it was spinning.
In case of ProduceExecuteRun, the producer is called in a loop, and
it never returns null (unless stopped), so ExecutionStrategy.execute()
never returns.

In case of ExecuteProduceRun, ExecutionStrategy.execute() does return,
but only after it has arranged another thread to continue producing.
Therefore calling ExecutionStrategy.execute() in a loop was spinning
since the ExecutionStrategy had already arranged to produce with
another thread and therefore calling execute() again was a
no-operation hence causing the spinning.
2014-12-23 17:01:10 +01:00
LICENSE-CONTRIBUTOR add cla-tbecker.txt 2012-07-17 21:37:33 +02:00
aggregates 454952 - Allow Jetty to run in Java 8 compact 3 profile 2014-12-11 16:15:12 -07:00
apache-jsp [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
apache-jstl [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
dists committing checkpoint for debs 2012-11-20 09:48:52 -06:00
examples [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-alpn [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-annotations [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-ant [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-cdi [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-client Merged branch 'master' into 'jetty-9.3-ewyk'. 2014-12-22 21:34:10 +01:00
jetty-continuation [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-deploy [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-distribution [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-fcgi Refactored HttpInput to use poison pills 2014-12-21 10:43:37 +01:00
jetty-http Further experimentation with PushBuilder 2014-12-09 12:27:39 +01:00
jetty-http-spi [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-http2 Refactored HttpInput to use poison pills 2014-12-21 10:43:37 +01:00
jetty-io Removed loop calling the ExecutionStrategy, since it was spinning. 2014-12-23 17:01:10 +01:00
jetty-jaas [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-jaspi Merged branch 'jetty-9.2.x' into 'master'. 2014-12-22 21:32:09 +01:00
jetty-jmx [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-jndi [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-jsp [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-jspc-maven-plugin [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-maven-plugin [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-monitor [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-nosql Merged branch 'jetty-9.2.x' into 'master'. 2014-12-22 21:32:09 +01:00
jetty-npn Updating NPN test for valid module urls 2014-11-14 10:45:54 -07:00
jetty-osgi Merged branch 'jetty-9.2.x' into 'master'. 2014-12-22 21:32:09 +01:00
jetty-overlay-deployer cleaned up OSGi manifest creation 2014-08-15 19:35:49 +10:00
jetty-plus [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-proxy refacted SelectorManager to have a ManagedSelector 2014-12-17 16:29:24 +01:00
jetty-quickstart [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-rewrite Merged branch 'jetty-9.2.x' into 'master'. 2014-12-22 21:32:09 +01:00
jetty-rhttp expanded tabs in indents 2014-07-23 16:49:05 +10:00
jetty-runner [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-security [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-server Merged branch 'master' into 'jetty-9.3-ewyk'. 2014-12-22 21:34:10 +01:00
jetty-servlet Merge remote-tracking branch 'origin/jetty-9.2.x' 2014-12-11 13:50:21 +01:00
jetty-servlets Further experimentation with PushBuilder 2014-12-09 12:27:39 +01:00
jetty-spdy Refactored HttpInput to use poison pills 2014-12-21 10:43:37 +01:00
jetty-spring [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-start [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-util work in progress on EWYK HTTP 2014-12-21 20:56:36 +01:00
jetty-util-ajax [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-webapp [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
jetty-websocket refacted SelectorManager to have a ManagedSelector 2014-12-17 16:29:24 +01:00
jetty-xml [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
tests [maven-release-plugin] prepare for next development iteration 2014-12-05 16:45:12 +01:00
.gitattributes More fixes for Windows build 2013-11-04 16:50:18 -07:00
.gitignore Adding more temp files to gitignore 2014-11-20 08:02:00 -07:00
CONTRIBUTING.md [Bug 424368] Add CONTRIBUTING.md 2014-12-11 12:35:54 -06:00
LICENSE LICENSE 2013-10-03 09:25:10 +10:00
LICENSE-eplv10-aslv20.html 392237 renamed license file 2012-10-18 14:33:23 +11:00
NOTICE.txt Cleaning up some New Years leftovers 2014-01-03 08:18:24 -07:00
README.TXT Minor edit to test new release branch 2014-09-11 06:01:09 -07:00
README.md fix readme.md from jetty-fcgi info 2014-12-11 12:43:55 -06:00
VERSION.txt Merge remote-tracking branch 'origin/jetty-9.2.x' 2014-12-11 13:50:21 +01:00
header-template.txt standardize license header blocks 2012-08-16 19:11:27 -05:00
icon.jpg Add an icon.jpg file to the project. 2011-07-06 14:41:50 -05:00
pom.xml Merged branch 'jetty-9.2.x' into 'master'. 2014-12-22 21:32:09 +01:00
settings.xml Windows file mod (0755 to 0655) changes 2014-01-13 19:13:19 -07:00

README.md

Project description

Jetty is a lightweight highly scalable java based web server and servlet engine. Our goal is to support web protocols like HTTP, HTTP/2, SPDY, and WebSocket in a high volume low latency way that provides maximum performance while retaining the ease of use and compatibility with years of servlet development. Jetty is a modern fully async web server that has a long history as a component oriented technology easily embedded into applications while still offering a solid traditional distribution for webapp deployment.

Documentation

Project documentation is located on our Eclipse website.

Professional Services

Expert advice and production support are available through http://webtide.com.