Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 266 Bytes

File metadata and controls

4 lines (2 loc) · 266 Bytes

1.6 练习

编写一个使用UNIX系统调用的程序,通过一对管道在两个进程之间“ping-pong”一个字节(也就是像打乒乓球一样来回传递),每个方向一个管道。以每秒的交换次数为单位,测量程序的性能。