W.Richard Stevens sock program】的更多相关文章

在<TCP/IP卷一>中有一个程序sock,Stevens的主页上有,但是在LINUX下通常无法工作(那时还没有LINUX),经过百度,发现http://www.icir.org/christian/sock.html,这个是可以的. 有三个版本:源码.32RPM.64RPM. centos 64rpm安装后即可使用.但在rhel 6.5 x64则总是提示缺少libc.so文件,找了半天,也没发现少哪个包. 最后下载源码重新编译安装,则OK 步骤: tar zxvf xxxx.tar.gz .…
. . . . . 目录 (一) 一起学 Unix 环境高级编程 (APUE) 之 标准IO (二) 一起学 Unix 环境高级编程 (APUE) 之 文件 IO (三) 一起学 Unix 环境高级编程 (APUE) 之 文件和目录 (四) 一起学 Unix 环境高级编程 (APUE) 之 系统数据文件和信息 (五) 一起学 Unix 环境高级编程 (APUE) 之 进程环境 (六) 一起学 Unix 环境高级编程 (APUE) 之 进程控制 (七) 一起学 Unix 环境高级编程 (APUE)…
storysnail的Linux串口编程笔记 作者 He YiJun – storysnail<at>gmail.com 团队 ls 版权 转载请保留本声明! 本文档包含的原创代码根据General Public License,v3 发布 GPLv3 许可证的副本可以在这里获得:http://www.gnu.org/licenses/gpl.html 本文档根据GNU Free Documentation License 1.3发布 GFDL1.3许可证的副本可以在这里获得:http://w…
http://www.onjava.com/pub/a/onjava/2001/05/30/optimization.htmlComparing the performance of LinkedLists and ArrayLists (and Vectors) (Page last updated May 2001, Added 2001-06-18, Author Jack Shirazi, Publisher OnJava). Tips: ArrayList is faster than…
The C10K problem [Help save the best Linux news source on the web -- subscribe to Linux Weekly News! ] It's time for web servers to handle ten thousand clients simultaneously, don't you think? After all, the web is a big place now. And computers are …
OS X Programs OS X supports a wide range of packet trace programs, as described in the following sections. Charles HTTP Proxy Charles is an HTTP proxy that allows you to view all of the HTTP and HTTPS traffic between your machine and the Internet. CP…
转:http://www.linuxforu.com/2011/09/creating-your-own-server-the-socket-api-part-2/ By Pankaj Tanwar on September 1, 2011 in Coding, Developers · 0 Comments Earlier, we created a simple server and client program using the socket API. This time, we’ll…
http://blog.csdn.net/win_lin/article/details/8242653 译文在后面. State Threads for Internet Applications Introduction State Threads is an application library which provides a foundation for writing fast and highly scalable Internet Applications on UNIX-li…
Beej's Guide to Network Programming Using Internet Sockets Brian "Beej Jorgensen" Hallbeej@beej.us Version 3.0.15July 3, 2012 Copyright © 2012 Brian "Beej Jorgensen" Hall Contents 1. Intro 1.1. Audience 1.2. Platform and Compiler 1.3. …
______________________________________________________________________________ | 版权声明 | | 1.本文可以转载.修改及引用,但请保留本声明和其后所付英文原文. | 2.任何情况下,作者和译者姓名不可删除. | 3.任何情况下,本文不可进入商业领域. | | 胡淑瑜 | (husuyu@linux.cqi.com.cn) | | 1998年11月 |________________________________…