摘要:
SocketAsyncEventArgs 连接池SocketAsyncEventArgsPoolusing System;using System.Net.Sockets;using System.Collections.Generic;namespace LinFx.Net.Sockets{ class SocketAsyncEventArgsPool { private readonly Stack<SocketAsyncEventArgs> m_pool; private readonly object syncLocker = new object(); public So 阅读全文
posted @ 2011-07-16 11:11
一浩瀚星空一
阅读(4752)
评论(1)
推荐(1)