wsky / top-traffic

Messaging/DRPC/Node traffic with high throughput.
Apache License 2.0
4 stars 0 forks source link

using Netty4 in project, some useful features #1

Open wsky opened 10 years ago

wsky commented 10 years ago

Prioritized I/O https://github.com/netty/netty/issues/1847

scheduling task by io-thread https://github.com/netty/netty/wiki/New-and-noteworthy#scheduling-an-arbitrary-task-to-be-run-by-an-io-thread

pooled buffers https://github.com/netty/netty/wiki/New-and-noteworthy#pooled-buffers

traffic suspension https://github.com/netty/netty/wiki/New-and-noteworthy#sensible-and-less-error-prone-inbound-traffic-suspension

wsky commented 10 years ago

top-link's netty version will upgrade to 4 final

wsky commented 9 years ago

use netty 4.1.x http://netty.io/wiki/user-guide-for-4.x.html

New and noteworthy in 4.1

AsciiString https://github.com/netty/netty/wiki/New-and-noteworthy-in-4.1#asciistring

Globally unique channel ID https://github.com/netty/netty/wiki/New-and-noteworthy-in-4.1#globally-unique-channel-id

EmbeddedChannel usability https://github.com/netty/netty/wiki/New-and-noteworthy-in-4.1#embeddedchannel-usability