首页|嵌入式系统|显示技术|模拟IC/电源|元件与制造|其他IC/制程|消费类电子|无线/通信|汽车电子|工业控制|医疗电子|测试测量
首页 > 分享下载 > 消费类电子 > linux守护进程

linux守护进程

资料介绍
守护进程浅析   中图分类号 :TP311    文献标识码 :A    文章编号 :1009 - 2552 (2008) 06 - 0088 - 02

守护进程浅析
周  超 , 毋玉芝
( 焦作大学计算机系 , 焦作 454003)

摘  要 : 守护进程独立于控制终端并且周期性的执行某种任务或等待处理某些发生的事件 。在 Linux 系统中 , 大多数服务器都是用守护进程实现的 。现介绍了守护进程的编写步骤 , 并给出了 避免守护进程本身的多个副本相互干扰的加锁方法 。 关键词 : 服务 ; 加锁 ; 进程 ; 互斥

Probing into daemon process
ZHOU Chao , WU Yu2zhi
( Computer Department ,Jiaozuo University , Jiaozuo 454003 , China )

Abstract : Daemon process is independent to control terminals and performs some tasks periodically or waits for processing certain events. The majority server realizes daemon process under Linux. This paper gives a method of programming daemon for Linux and offers a locking methods avoiding mutual disturbance of multiple copies of daemon itself . Key words : service ; lock ; process ; mutex

0  引言
Linux 服务器在启动时需要启动
标签:守护进程浅析
linux守护进程
本地下载

评论