netty
BIO同步阻塞bio:链接数目较少public static void main(String args[]) throws IOException {
ExecutorService pool = ThreadPool.getCachedThreadPool();
ServerSocket socket = new ServerSocket(6666);
System.out.println("服务器启动....");
while(tr...