Path: usenet.cise.ufl.edu!usenet.ufl.edu!mustang.cs.fiu.edu!barley.lw.net!news.icix.net!news.Destek.Net!news.mv.net!nntprelay.mathworks.com!logbridge.uoregon.edu!hammer.uoregon.edu!nntp.teleport.com!news.teleport.com!not-for-mail
From: [email protected] (Dan Sugalski)
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: ANNOUNCE: VMS::Process 1.03 (First public release)
Followup-To: comp.lang.perl.modules
Date: 22 Dec 1997 02:45:30 GMT
Organization: Oregon State System of Higher Education
Lines: 34
Sender: [email protected]
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
NNTP-Posting-Host: gadget.cscaper.com
Keywords: Perl $GETJPI process info VMS
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:27 comp.lang.perl.modules:784

I've uploaded to CPAN the first public release of VMS::Process.

This module provides functions to list, pause, release, delete, or get
information on any process running on the current machine or VMS cluster.
More specifically, you can:

1) Get a list of all processes running on the cluster or local node, or a
subset that match a search criteria

2) Kill any process running on the cluster or local node.

3) Suspend any process running on the cluster or local node.

4) Release any process currently suspended on the cluster or local node.

5) Fetch any or all information on any process running on the cluster or
local node (All the information, except for rightslists and privileges,
available from the $GETJPI system service, or the DCL lexical F$GETJPI)

6) Decode bitmaps and coded information returned for a process.

Normal VMS system security is enforced, so non-privileged users can't
compromise the integrity of the node or cluster.

This module is living at $CPAN/modules/by-module/VMS_Process-1_03.zip,
available at a fine CPAN mirror near you.

(As a hysterical note, most of the functionality of this module previously
appeared in the unannounced VMS::ProcInfo module, which is now officially
deceased)

                                       Dan