书中自有言如玉呀,select函数的使用方法,我在中间加入了一些printf语言,更方便理解程序的流程
客户端用之前的TCP例子就行了,见http://www.kumouse.com/article.asp?id=141
[ssj@main test]$ cat selectserver.c
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <ctype.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <errno.h>#define MAX 80
int port=65533;
void my_turn(char *p)
{sleep(5);
if (p == NULL)return;
while( *p != '