Comments on: 了解Linux的进程与线程 https://timyang.net/linux/linux-process/ Tim's blog, 关于架构、互联网、技术人生等思考 Thu, 31 Mar 2016 00:40:38 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: 桦仔 https://timyang.net/linux/linux-process/#comment-1883365 Thu, 31 Mar 2016 00:40:38 +0000 http://timyang.net/linux/%e4%ba%86%e8%a7%a3linux%e7%9a%84%e8%bf%9b%e7%a8%8b%e4%b8%8e%e7%ba%bf%e7%a8%8b/#comment-1883365 信号是各种进程间通信机制中唯一的异步通信机制
根本没有同步信号!!!!!!!!!

]]>
By: linhuatan https://timyang.net/linux/linux-process/#comment-395314 Thu, 05 Sep 2013 13:18:30 +0000 http://timyang.net/linux/%e4%ba%86%e8%a7%a3linux%e7%9a%84%e8%bf%9b%e7%a8%8b%e4%b8%8e%e7%ba%bf%e7%a8%8b/#comment-395314 Linux 的僵尸(zombie)进程链接坏了

]]>
By: 施昌权 https://timyang.net/linux/linux-process/#comment-164320 Thu, 26 Apr 2012 10:47:10 +0000 http://timyang.net/linux/%e4%ba%86%e8%a7%a3linux%e7%9a%84%e8%bf%9b%e7%a8%8b%e4%b8%8e%e7%ba%bf%e7%a8%8b/#comment-164320 总结的还是不错的

]]>
By: 027xiatian https://timyang.net/linux/linux-process/#comment-152121 Sun, 01 Apr 2012 03:33:58 +0000 http://timyang.net/linux/%e4%ba%86%e8%a7%a3linux%e7%9a%84%e8%bf%9b%e7%a8%8b%e4%b8%8e%e7%ba%bf%e7%a8%8b/#comment-152121 SIGHUP是在终端被断开时候调用,如果信号没有被处理,进程会终止。这就是为什么突然断网刚通过远程终端启动的进程都终止的原因。防止的方法是在启动的命令前加上 nohup 命令来忽略 SIGHUP信号。如 nohup ./startup.sh &

是笔误么?
终端有前台进程组和后台进程组,默认情况下,终端接收到任何信号都会发到前台进程组, 控制终端对SIGHUP信号没有做特别处理,默认就会退出, nohup实际是创建一个脱离控制终端的守护进程【控制终端产生的SIGHUP它是收不到的】,

应该是这样的吧

]]>
By: Latricia Swett https://timyang.net/linux/linux-process/#comment-141136 Fri, 02 Mar 2012 10:47:33 +0000 http://timyang.net/linux/%e4%ba%86%e8%a7%a3linux%e7%9a%84%e8%bf%9b%e7%a8%8b%e4%b8%8e%e7%ba%bf%e7%a8%8b/#comment-141136 Practicing all over again exercises on the subject of day to day lows will be exceptionally sensible plus states big remedy while in the immediate plus new.

]]>
By: 谈Linux内核定时器 | web开发 https://timyang.net/linux/linux-process/#comment-59922 Sat, 01 Oct 2011 16:37:49 +0000 http://timyang.net/linux/%e4%ba%86%e8%a7%a3linux%e7%9a%84%e8%bf%9b%e7%a8%8b%e4%b8%8e%e7%ba%bf%e7%a8%8b/#comment-59922 […] 看了3个周末的Linux内核,包括前两周总结的进程与线程,锁与同步。当时研究这个的原因是因为某个程序CPU context switch过高。不过到现在相关的背景知识也了解了,问题也早已经解决了,所以暂时也没有进一步的兴趣驱动去研究内核了,这里是终结篇。:) […]

]]>
By: 了解Linux的进程与线程 | ZhangXiaona's Blog https://timyang.net/linux/linux-process/#comment-53258 Sat, 03 Sep 2011 11:17:47 +0000 http://timyang.net/linux/%e4%ba%86%e8%a7%a3linux%e7%9a%84%e8%bf%9b%e7%a8%8b%e4%b8%8e%e7%ba%bf%e7%a8%8b/#comment-53258 […] 原文 Tim[后端技术] http://timyang.net/linux/linux-process/ […]

]]>
By: 了解Linux的锁与同步 | web开发 https://timyang.net/linux/linux-process/#comment-39395 Tue, 28 Jun 2011 07:05:25 +0000 http://timyang.net/linux/%e4%ba%86%e8%a7%a3linux%e7%9a%84%e8%bf%9b%e7%a8%8b%e4%b8%8e%e7%ba%bf%e7%a8%8b/#comment-39395 […] 上周看了Linux的进程与线程,对操作系统的底层有了更进一步的一些了解。我同时用Linux内核设计与实现和Solaris内核结构两本书对比着看,这样更容易产生对比和引发思考。现代操作系统很多思路都是相同的,比如抢占式的多线程及内核、虚拟内存管理等方面。但另外一方面还是有很多差异。在了解锁和同步之前,原子操作是所有一切底层实现的基础。 […]

]]>
By: 谈Linux内核定时器 - Tim[后端技术] https://timyang.net/linux/linux-process/#comment-94 Mon, 18 May 2009 12:10:45 +0000 http://timyang.net/linux/%e4%ba%86%e8%a7%a3linux%e7%9a%84%e8%bf%9b%e7%a8%8b%e4%b8%8e%e7%ba%bf%e7%a8%8b/#comment-94 […] 了解Linux的进程与线程 […]

]]>
By: 了解Linux的锁与同步 - Tim[后端技术] https://timyang.net/linux/linux-process/#comment-76 Sun, 10 May 2009 14:54:13 +0000 http://timyang.net/linux/%e4%ba%86%e8%a7%a3linux%e7%9a%84%e8%bf%9b%e7%a8%8b%e4%b8%8e%e7%ba%bf%e7%a8%8b/#comment-76 […] 了解Linux的进程与线程 […]

]]>