Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

#About

Apus is a high-performance distributed XMPP server for the JVM platform, based on Scala and Akka.

Features:

  • high performance: the system is implemented with complete async fashion, using actor model (akka) for concurrency and NIO (netty) for network IO.
  • no SPOF (single point of failure): message routing algorithm is designed based on consistent hashing, no master node in the cluster.

#Performance

##Experiment

Server cluster: 2 virtual machines with a quad-core CPU and 4 GB RAM.

Client: 10k simultaneous users simulated by Tsung, each of which keeps sending messages to random targets at the speed of one message per second.

Average message delivery latency: Apus: 1080ms, Tigase: 16376ms.

About

A high-performance distributed XMPP server based on Scala and Akka

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.