Skip to content

Performance and scalability test for Tomcat7 and Jetty8 AsyncContext

Notifications You must be signed in to change notification settings

peas/asyncservlets-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Performance and scalability test for Tomcat7 and Jetty8 AsyncContext.

You need JDK6 (linking it @JAVA_HOME) and gradle (gradle.org)

You should do like
:
gradle runTomcat7 
or
gradle runJetty8

and then

gradle runGrinder

to be able to see some action from the command line:
curl http://127.0.0.1:8080/asyncservlets-test/subscribe

To broadcast a message to every single client connected
curl http://127.0.0.1:8080/asyncservlets-test/subscribe -danything

About

Performance and scalability test for Tomcat7 and Jetty8 AsyncContext

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published