摘要:
ByteBufis always reference countedTo control the life cycle of aByteBufin a more predictable way, Netty does not rely on the garbage collector anymore but employs an explicit reference counter. Here's the basic rule:When a buffer is allocated, its initial reference count is 1.If the reference co 阅读全文
posted @ 2013-11-25 12:42
ZimZz
阅读(599)
评论(0)
推荐(0)
浙公网安备 33010602011771号