learn netty 1
实现server遇阻。回头学习一下netty自带的一个http server实现。
A ChannelEvent is handled by a list of ChannelHandlers in a ChannelPipeline.The pipeline
implements an advanced form of the Intercepting Filter pattern to give a user full control over how an event
is handled and how the handlers in the pipeline interact with each other.
整体结构见图。
需要进一步了解
杭州社区购物-滨江区西兴街道连园商铺李宁全场大优惠 1 楼 laser_lu 2010-03-06 Netty是很不错的,据说plurk.com在用它做http comet应用,单机可以达到10万并发连接。