The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision : 1.17 Date : 2004/12/3 15:27:30
 
use a name when daemonize

----------------------------
Revision : 1.16 Date : 2004/11/29 19:39:30

clean code

----------------------------
Revision : 1.15 Date : 2004/11/29 16:55:7

in killall_childs don't remove the sighandler
dan't call kill_child but do a kill and clan_childs (to keep list of pid if
signal don't kill like HUP USR1 USR2

----------------------------
Revision : 1.14 Date : 2004/11/29 13:42:53

in killall_childs send $signal to kill_child

----------------------------
Revision : 1.13 Date : 2004/11/18 13:59:6

clean error in pid hash
clean kill_childs
clean doc

----------------------------
Revision : 1.12 Date : 2004/10/11 6:58:9

clean code

----------------------------
Revision : 1.11 Date : 2004/10/1 13:27:36

return for list_names and list_pids as ref

----------------------------
Revision : 1.10 Date : 2004/10/1 8:10:43

create global internal object for PID and NAME to allow garbage child to
delete child list

----------------------------
Revision : 1.9 Date : 2004/9/30 7:19:3

corrrect signal handler in child

----------------------------
Revision : 1.8 Date : 2004/8/11 14:6:41

put the name of process already running in error message

----------------------------
Revision : 1.7 Date : 2004/8/11 13:2:39

correct pid_file management for the daemon

----------------------------
Revision : 1.6 Date : 2004/8/11 10:39:7

chown on PID of daemon
remove daemon PID when kill

----------------------------
Revision : 1.5 Date : 2004/8/11 9:6:28

add test_name, test_pid, clean_childs function

----------------------------
Revision : 1.4 Date : 2004/8/6 9:58:22
correct format of version

----------------------------
Revision : 1.3 Date : 2004/8/6 9:57:5

update licence doc

----------------------------
Revision : 1.2 Date : 2004/8/6 9:49:39
creator name to follow renaming of module

----------------------------
Revision : 1.1

initial release with the name Proc::Forking