文件名称:Socket-network-programing
介绍说明--下载内容均来自于网络,请自行研究使用
工程演示了socket的基本函数使用,其实不管有多复杂的网络程序,都使用的这些基本函数。功能是只有处理完一个客户端请求才会去处理下一个客户端的请求,这样的服务器处理能力是很弱的,现实中的服务器都需要有并发处理能力!为了需要并发处理,服务器需要fork()一个新的进程或者线程去处理请求等-Engineering demonstrates the basic functions of the socket, in fact, no matter how complex the network program, are using these basic functions. Function is only a client request to deal with a request to deal with the next client, so that the server processing power is very weak, the reality of the server need to have concurrent processing power! In order to require concurrent processing, the server needs fork () a new process or thread to handle requests
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Socket network programing\.classpath
.........................\.project
.........................\.settings\org.eclipse.jdt.core.prefs
.........................\baidu.html
.........................\.in\com\imooc\Client.class
.........................\...\...\.....\Server.class
.........................\...\...\.....\Test01.class
.........................\...\...\.....\Test02.class
.........................\...\...\.....\Test03.class
.........................\src\com\imooc\Client.java
.........................\...\...\.....\Server.java
.........................\...\...\.....\Test01.class
.........................\...\...\.....\Test01.java
.........................\...\...\.....\Test02.java
.........................\...\...\.....\Test03.java
.........................\摘要
.........................\bin\com\imooc
.........................\src\com\imooc
.........................\bin\com
.........................\src\com
.........................\.settings
.........................\bin
.........................\src
Socket network programing