Skip to content

peas/asyncservlets-test

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
etc
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
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