DOC

com.google.code.p : rupy

Maven & Gradle

Sep 28, 2008

Rupy · Weighing less than 50KB, Rupy is probably the smallest Java NIO application server in the world. Rupy is inherently non-blocking asynchronous, which makes it the ideal candidate for high concurrency real-time applications pushing dynamic data. Tested with acme, rupy performs on average ~1500 requests per second. To put that figure in perspective; acme doesn't use keep-alive, so that means 1500 unique TCP connections serving dynamic content per second! Thanks to NIO and an event queue to avoid selector trashing, this figure degrades gracefully under high concurrency.

Table Of Contents

Latest Version

Download com.google.code.p : rupy Javadoc & API Documentation - Latest Versions:

All Versions

Download com.google.code.p : rupy Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file rupy-0.2.4-javadoc.jar to rupy-0.2.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder rupy-0.2.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "rupy-0.2.4-sources.jar" -d "rupy-0.2.4-javadoc" -subpackages