import FCGI-ProcManager 0.15 from CPAN
[catagits/FCGI-ProcManager.git] / ChangeLog
CommitLineData
518709ed 12001-01-31 01:13 James Jurach <muaddib@erf.net>
2
3 * README: more documentation
4
5 * ProcManager.pm: re-organized method layout. separated manager
6 vs. server vs. common moved more intialization into managing_init()
7 and handling_init() created pm_die() to be called when manager
8 should die. cleaned up error messages and notifications.
9
10 * t/: exporter.t, procmanager.t: revised test messages
11
122001-01-30 16:35 James Jurach <muaddib@erf.net>
13
14 * t/: exporter.t, procmanager.t: removed call to pm_state()
15
16 * ProcManager.pm: removed sleep() call after testing
17 signal-during-fork-loop
18
192001-01-30 12:49 James Jurach <muaddib@erf.net>
20
21 * ProcManager.pm: Cleaned up pm_manage(). removed signal
22 registration routines. replaced by direct %SIG access. there is
23 now a manager signal handler and a handler signal handler. added
24 checks to die when getppid() changes.
25
262001-01-20 02:06 James Jurach <muaddib@erf.net>
27
28 * MANIFEST: removed Changes from MANIFEST
29
302001-01-13 00:44 James Jurach <muaddib@erf.net>
31
32 * t/procmanager.t: corrected various recent method name changes.
33 removed calls to want_to_die(). added request loop hooks to
34 pm_pre_dispatch(), pm_post_dispatch(). renamed sample_handler() to
35 sample_request_loop().
36
37 * ProcManager.pm: renamed request loop hooks to pm_pre_dispatch(),
38 pm_post_dispatch(). when pm_manage() is called with
39 n_processes==0, return through goto. renamed pre_manage_init() to
40 managing_init(). renamed post_manage_init() to handling_init().
41 added received_signal() to remember that a signal was received.
42 signal handler simpler: now only notes signal and propagates
43 signal.
44
45 * t/exporter.t: this uses non-OO calling mode.
46
47 * MANIFEST: added t/exporter.t.
48
49 * Changes: ChangeLog is where per-file changes are listed.
50
512000-12-22 05:58 James Jurach <muaddib@erf.net>
52
53 * ProcManager.pm: corrected logic error in self_or_default().
54 changed all occurances of write_pid_file() to pm_write_pid_file().
55 changed all occurances of remove_pid_file() to
56 pm_remove_pid_file().
57
582000-12-14 17:54 James Jurach <muaddib@erf.net>
59
60 * ProcManager.pm: corrected state() -> pm_state() method call.
61
622000-12-10 17:25 James Jurach <muaddib@erf.net>
63
64 * ProcManager.pm: corrected some method renaming issues.
65
662000-12-09 19:48 James Jurach <muaddib@erf.net>
67
68 * t/procmanager.t: effected the changes to these subroutine names.
69
70 * ProcManager.pm: made this module OO/Exporter hybrid. removed
71 treatment of $ENV{PROCMANAGER_PROCESSES} from constructor. changed
72 several subroutine names.
73
742000-12-05 22:23 James Jurach <muaddib@erf.net>
75
76 * ProcManager.pm: made SIGHUP's do what SIGTERM's do
77
782000-11-20 James Jurach <muaddib@erf.net>
79
80 * Released first public version.