学海无涯 个人blog lnmps.com 新站
发布时间:2013-04-14 22:31:12
2011-03-30 18:06:12 技术 | 评论(0) | 浏览(727) 环境:直播web服务器通过nginx+memcache方式提供显示数据的读取,采用的都是短链接模式,每次请求拿到数据后会断开连接。故障:cache服务器,不能创建新连接,message日志报错ip_conntrack: table full, dro.........【阅读全文】
发布时间:2013-04-13 21:38:41
In: Linux :-) Hot: 2,556 ℃ 29 八 2011 今天GoFace和大家一起探讨一下temfs。什么是tmpfs?tmpfs是Linux/Unix系统上的一种基于内存的文件系统。tmpfs可以使用您的内存或swap分区来存储文件。由此可见,temfs主要存储暂存的文件。linux内核中的VM子系统负责在后台管理虚拟内存资源Vir.........【阅读全文】
发布时间:2013-04-13 19:28:55
shellcommand脚本bash作业each以下几个创建子进程的情况。(以下英文摘自info bash)1:&,提交后台作业If a command is terminated by the control operator `&', the shell executes the command asynchronously in a subshell.2:管道Each command in a pipeline is executed in its own subs.........【阅读全文】