![]() |
![]()
| ![]() |
![]()
daemon_forkPerforms the first part of daemon initialisation. Specifically, forking. STDERR, etc are still connected to a terminal. daemon_detachPerforms the second part of daemon initialisation. Specifically, disassociates from the terminal. However, this does not change the current working directory to "/", as normal daemons do. It also does not close all open file descriptors (except STDIN, STDOUT and STDERR, which are re-opened from /dev/null). NAMEwd_fcgi.fpl - FastCGI script for WebDAO project SYNOPSISwd_fcgi.fpl [options] -d -daemon Daemonize the server. -p -pidfile Write a pidfile with the pid of the process manager. -l -listen Listen on a socket path, hostname:port, or :port. -n -nproc The number of processes started to handle requests. -m -maxreq Number of request before process will be restarted -1 - unlimited. (defailt: -1) SETUPSEE ALSOhttp://sourceforge.net/projects/webdao, WebDAO AUTHORZahatski Aliaksandr, <zag@cpan.org> COPYRIGHT AND LICENSECopyright 2003-2015 by Zahatski Aliaksandr This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|