软件包:libapp-control-perl(1.07-2)
libapp-control-perl 的相关链接
Debian 的资源:
下载源码包 libapp-control-perl:
- [libapp-control-perl_1.07-2.dsc]
- [libapp-control-perl_1.07.orig.tar.gz]
- [libapp-control-perl_1.07-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module for apachectl style control of another executable
App::Control is a simple module to replicate the kind of functionality you get with apachectl to control Apache, but for any script or executable. There is a very simple OO interface, where the constructor is used to specify the executable, command line arguments, and pidfile, and various methods (start, stop, etc.) are used to control the executable in the obvious way. The module is intended to be used in a simple wrapper control script. Currently the module does a fork and exec to start the executable, and sets the signal handler for SIGCHLD to 'IGNORE' to avoid zombie processes.