jar

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 JAR file - Latest Versions:

All Versions

Download com.google.code.p : rupy JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window rupy-0.2.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

se.rupy.http

├─ se.rupy.http.Chain.class - [JAR]

├─ se.rupy.http.Daemon.class - [JAR]

├─ se.rupy.http.Deploy.class - [JAR]

├─ se.rupy.http.Event.class - [JAR]

├─ se.rupy.http.Failure.class - [JAR]

├─ se.rupy.http.Hash.class - [JAR]

├─ se.rupy.http.Input.class - [JAR]

├─ se.rupy.http.Output.class - [JAR]

├─ se.rupy.http.Query.class - [JAR]

├─ se.rupy.http.Reply.class - [JAR]

├─ se.rupy.http.Service.class - [JAR]

├─ se.rupy.http.Session.class - [JAR]

├─ se.rupy.http.Test.class - [JAR]

├─ se.rupy.http.Worker.class - [JAR]