摘要: ps aux | grep defunct| grep -v "grep" -v参数含义为不包括 参考文章: http://blog.csdn.net/hailangamy/article/details/7165194 阅读全文
posted @ 2012-02-17 14:30 hongweigg 阅读(128) 评论(0) 推荐(0)
摘要: 环境: 服务端: AIX5.3 程序内容: socket 监听, fork子进程 客户端: WIN7 HOME 程序内容: Java socket 问题: 当客户端连续发起10000个请求时,服务端出现错误:fork error: Resource temporarily unavailable. 阅读全文
posted @ 2012-02-17 13:25 hongweigg 阅读(32) 评论(0) 推荐(0)
摘要: 环境: 客户端: WIN7 home Java socket 服务端: AIX5.3 C socket long t1 = System.currentTimeMillis(); Socket sock = new Socket(host, port); long t2 = System.curre 阅读全文
posted @ 2012-02-17 13:13 hongweigg 阅读(34) 评论(0) 推荐(0)