From 5d8b119c9d49f58f9dc44831d46be92e773b49b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Sun, 12 Jan 2014 07:45:32 +0700 Subject: perl/perl-Proc-ProcessTable: Added (Process table Perl extension). Signed-off-by: Willy Sudiarto Raharjo --- perl/perl-Proc-ProcessTable/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 perl/perl-Proc-ProcessTable/README (limited to 'perl/perl-Proc-ProcessTable/README') diff --git a/perl/perl-Proc-ProcessTable/README b/perl/perl-Proc-ProcessTable/README new file mode 100644 index 0000000000..39c5efacd3 --- /dev/null +++ b/perl/perl-Proc-ProcessTable/README @@ -0,0 +1,8 @@ +This module is a first crack at providing a consistent interface to +Unix (and maybe other multitasking OS's) process table information. + +This is mainly for other Perl programs, but there is also a command +line tool pswait which takes a list of process IDs or names and then +waits for one or all of them to end. This is useful for scripts +dealing with process pools or concurrent pipelines. + -- cgit v1.2.3