搜索资源列表
ProtectProgram
- 守护进程(进程关闭自动开启),防止异常退出。-Daemon process (the process of closing automatically open) to prevent abnormal exit.
daemon
- 守护进程API,此API可自动重启应用进程,保证银行生产系统故障恢复,特别对网络瞬断很有效。-Daemon API, this API can automatically restart the application process to ensure the banking system failure to restore production, in particular, the network instantaneous break very effective.
Linux
- 对linux守护进程的简单介绍,对linux守护进程的简单介绍-Linux daemon on the simple introduction of a simple linux daemon Introduction
deamon
- 在Linux下实现守护进程的标准代码,学习Linux c语言服务器编程入门级别-In Linux daemon under the standard code, learning Linux c language programming entry-level server
jincheng
- 一个守护进程的小程序 ,喜欢的朋友可以研究研究啊-A small daemon process, like the friends it can study the research ah
daemon
- 创建守护进程,以c语言的版本在linux下开发服务器-Create a daemon to c languages developed in linux server
Deamon.tar
- Linux下的守护进程实例,有Makefile文件。-Daemon under Linux instance, there are Makefile file.
shouhu
- 守护进程,基于s3c2410板子,记得当时做的是一个led灯或者8-led灯的守护,代码中有led的驱动和做完的效果录像-Daemon, based on the S3C2410 board, do remember that is a led light or 8-led lights guardian, the code has led the drive and finished the effect of video
vigil
- 只要启动一个 另一个就会启动 是双进程守护的 实验代表作-As long as the other will initiate a start
daemon.c.tar
- 守护进程的创建 分为7个步骤-Guardian of the process of creation is divided into seven steps. . . .
processautorun
- 从这个程序中可以学到守护进程的多个功能的程序编写,关于本程序实现的功能,做成了文档。
mytesttime
- 在Linux下实现的使用守护进程方式的时间服务器-Achieved in the use of Linux daemon mode time server
socket_daemon
- 实现socket的守护进程。其中serverd.c为守护进程服务程序,client1.c为客户端程序。程序简短,但不失具有代表意义。-socket daemon
damemoWin
- windows下的守护进程,可以灵活设置守护的方式,该守护进程不仅能定时点名进程管理器中的进程,还可以实时发现某个进程中的线程僵死或挂起的情况并强行终止。-I can t write english
UNIXhuanjinggaojibiancheng
- 本书是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的更新版。在本书第1版出版后的十几年中,UNIX行业已经有了巨大的变化,特别是影响UNIX编程接口的有关标准变化很大。本书在保持了前一版的风格的基础上,根据最新的标准对内容进行了修订和增补,反映了最新的技术发展。书中除了介绍UNIX文件和目录、标准I/O库、系统数据文件和信息、进程环境、进程控制、进程关系、信号、线程、线程控制、守护进程、各种I/O、进程间通信、网络IPC
LinuxFTP
- ftp服务器设计成为一个守护进程,程序接受三个参数start,stop,restart。程序捕获SIGHUP、SIGQUIT、SIGCHLD、SIGPIPE信号并做相应处理,实现FTP所以命令列表。-ftp server designed as a daemon, the program to accept three arguments start, stop, restart. Program to capture SIGHUP, SIGQUIT, SIGCHLD, SIGPIPE sign
13
- Linux守护进程实例和该守护进程的Shell启功、关闭和重启脚本-Linux daemon and the daemon instance of Shell start, close and restart the scr ipt
httpd
- 多线程httpd守护进程代码 非常好的学习代码-Multithreaded httpd daemon very good learning source code
POS
- 一个简单的模拟银行POS机系统,使用记录锁和守护进程-A simple bank pos system. Use record lock and server process
daemon
- 演示一个守护进程的编写实例,包含完整的五个步骤。(The example is how to write a daemon program)