Interesting blog post comparing netty to raw NIO

falconair shahbazc at gmail.com
Tue Aug 24 16:41:41 EDT 2010


http://blog.urbanairship.com/blog/2010/08/24/c500k-in-action-at-urban-airship/

Table 1: Connections Handled Before Failure

Implementation	Connections	Memory Used
Java Pure NIO	512,000 +	2.5 GB
Java w/Netty	330,000 	2.2 GB
Scala w/Netty	173,000 	1.5 GB


Table 2: Memory Efficiency per Connection

Implementation	Connections	Memory Used	Delta
Java Pure NIO	80,000 +	581 MB	1x
Java w/Netty	80,000  	711 MB	1.3x
Scala w/Netty	80,000  	937 MB	2.26x


-- 
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Interesting-blog-post-comparing-netty-to-raw-NIO-tp5458664p5458664.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list