Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedigerMoeller committed Nov 2, 2015
1 parent acefe9e commit 0b94aa9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Note: 2.x Old remote method layer has been abandonned (will be covered by future
**3.0 features**:
- Throughput up to **7 million 70 bytes msg/second** (Intel i7 or newer XEONS, 10Gb network or localhost).
- **reliable low latency with extraordinary few outliers**. Testscenario: Ping-Pong RTT latency. XEON 3Ghz, CentOS 6.5 RT Linux: RTT latency mean:12 micros, 99.9% - 24 micros, 99.99% - 111 micros, 99.9999% - 126 micros.
- transparent fragmentation and defragmentation of **large messages** (max 50% of publisher history buffer and < subscribers's receive buffer).
- **ad hoc unicast** (publisher can address all subscribers or a single subscriber on a per message level).
- supports **fully reliable** as well as unreliable streams (unordered-reliable streams coming soon)
- **blocking IO** (saves CPU) and **lock free poll** mode (low latency, CPU/cores burned)
- all buffers are kept **off heap** to avoid GC pressure.
- **allocation free** in the main path
- transparent fragmentation and defragmentation of large messages (max 50% of publisher history buffer and < subscribers's receive buffer).
- ad hoc unicast (publisher can address all subscribers or a single subscriber on a per message level).
- supports fully reliable as well as **unreliable** streams (unordered-reliable streams coming soon)
- blocking IO (saves CPU) and lock free poll mode (low latency, CPU/cores burned)
- all buffers are kept off heap to avoid GC pressure.
- allocation free in the main path
- requires **JDK 1.7** or higher

check out examples folder and tests on how to use fc. This is beta software
Expand Down

0 comments on commit 0b94aa9

Please sign in to comment.