eclipseembeddedfcgihttphttp-clienthttp-serverhttp2http2-pushhttp3httpsjakartaeejavajettyjsposgiservletssltlsunix-socketwebsockets
ddca8bc327
These were possible on a busy server, when many new connections are created, and each triggers read interest: one connection submits the read interest change, then runs the changes, finds that another connections is created, runs it, which schedule a read interest change, and so on. Now the code is simpler, and while we always offer to the queue, it may even be faster. |
||
---|---|---|
LICENSE-CONTRIBUTOR | ||
aggregates/jetty-all | ||
dists | ||
examples | ||
jetty-annotations | ||
jetty-ant | ||
jetty-client | ||
jetty-continuation | ||
jetty-deploy | ||
jetty-distribution | ||
jetty-http | ||
jetty-http-spi | ||
jetty-io | ||
jetty-jaas | ||
jetty-jaspi | ||
jetty-jmx | ||
jetty-jndi | ||
jetty-jsp | ||
jetty-jspc-maven-plugin | ||
jetty-maven-plugin | ||
jetty-monitor | ||
jetty-nosql | ||
jetty-osgi | ||
jetty-overlay-deployer | ||
jetty-plus | ||
jetty-proxy | ||
jetty-rewrite | ||
jetty-rhttp | ||
jetty-runner | ||
jetty-security | ||
jetty-server | ||
jetty-servlet | ||
jetty-servlets | ||
jetty-spdy | ||
jetty-spring | ||
jetty-start | ||
jetty-util | ||
jetty-util-ajax | ||
jetty-webapp | ||
jetty-websocket | ||
jetty-xml | ||
tests | ||
.gitignore | ||
LICENSE-eplv10-aslv20.html | ||
NOTICE.txt | ||
README.TXT | ||
VERSION.txt | ||
header-template.txt | ||
icon.jpg | ||
pom.xml | ||
settings.xml |
README.TXT
This is a source checkout of the Jetty webserver. To build, use: mvn clean install The jetty distribution will be built in jetty-distribution/target/distribution The first build may take a long time as Maven downloads all the dependencies. The tests do a lot of stress testing, and on some machines it is necessary to set the file descriptor limit to greater than 2048 for the tests to all pass successfully. Bypass tests by building with -Dmaven.test.skip=true but note that this will not produce some test jars that are leveraged in other places in the build.