摘要: using System;using System.Collections.Generic;using System.IO;using System.Net;using System.Net.Sockets;using System.Threading;using LinFx.Net;using LinFx.Win32;namespace LinFx.Net.Server{ /// <summary> /// 异步I/O模型 /// </summary> public class IOCPServer : IDisposable { private IntPtr m_h 阅读全文
posted @ 2011-07-08 14:37 一浩瀚星空一 阅读(999) 评论(0) 推荐(0) 编辑