License |
License |
---|---|
GroupId | GroupIdcom.google.code.p |
ArtifactId | ArtifactIdrupy |
Last Version | Last Version0.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRupy
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
rupy-0.2.4.pom | |
rupy-0.2.4.jar | 49 KB |
rupy-0.2.4-sources.jar | 23 KB |
rupy-0.2.4-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.p/rupy/ -->
<dependency>
<groupId>com.google.code.p</groupId>
<artifactId>rupy</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.p/rupy/
implementation 'com.google.code.p:rupy:0.2.4'
// https://jarcasting.com/artifacts/com.google.code.p/rupy/
implementation ("com.google.code.p:rupy:0.2.4")
'com.google.code.p:rupy:jar:0.2.4'
<dependency org="com.google.code.p" name="rupy" rev="0.2.4">
<artifact name="rupy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.p', module='rupy', version='0.2.4')
)
libraryDependencies += "com.google.code.p" % "rupy" % "0.2.4"
[com.google.code.p/rupy "0.2.4"]