这是strace的一个bug,已经修复: https://bugzilla.redhat.com/show_b …
作者存档:phpor
test
test
How to load debug symbols with GDB
转: http://marcioandreyoliveira.blogspot.jp/2008/03/how- …
pcntl_signal 的第三个参数
缘起 当给进程安装一个信号处理程序,如果一个进程在执行一个系统调用的时候,突然收到一个信号,然后转到信号处理程 …
putenv/getenv/$_ENV/phpinfo(INFO_ENVIRONMENT)
putenv/getenv, $_ENV, and phpinfo(INFO_ENVIRONMENT) are …
latency是什么意思
1. latency不是响应时间 2. latency一般指数据在路上的时间 3. chrom …
Response与Transfer-Encoding:chunked、Content-Length、Content-Encoding:gzip
缘起 了解HTTP 1.1和HTTP1.0的区别的同学都知道,Transfer-Encoding:chunke …
继续阅读“Response与Transfer-Encoding:chunked、Content-Length、Content-Encoding:gzip”
测一下tcp的读写buffer有多大
测试办法: 1. 使用nc做一个server nc -l localhost 8181 CTRL-Z 2. 使 …
linux网络编程之shutdown() 与 close()
引言 1. tcp是有read buffer和write buffer的,如何才能确保数据不会死在buffer …
删除无效软连接
symlinks -d symlinks: scan/change symboli …