There are a great number of situations in which you may want to model a computational process as an object. An implementation of this sort of object generally looks like the following when somebody uses it. my $object = MyProcessThingy->new( ... ); m...
ADAMK/Process-0.30 - 27 Oct 2011 00:35:59 UTCSu::Process has a method to generate the template of the Process module to describe user process. These Processes are called from the method Su::resolve. The user Processes are also called directry by the method Su::Process::gen. The method Su::Proce...
LOTTZ/Su-0.110 - 02 Dec 2012 15:33:55 UTCThis module provides an interface to libuv's process <http://docs.libuv.org/en/v1.x/process.html> handle....
PEVANS/UV-1.903 - 19 Jan 2021 18:15:11 UTC"BSD::Process" creates Perl objects that render the information the BSD kernel maintains about current processes. These may then be queried, extracted and reported upon. This allows a more natural style of programming (as opposed to scraping the outp...
DLAND/BSD-Process-0.07 - 22 Jun 2013 17:36:58 UTCVMS::Process allows a perl program to get a list of some or all the processes on one or more nodes in the cluster, change process priority, suspend, release, or kill them. Normal VMS system security is in effect, so a program can't see or modify proc...
CBERRY/VMS-Process-1_09 - 18 Jun 2013 02:12:36 UTCMPE::Process->new(programfile, options ...) Calls the MPE/iX CREATEPROCESS intrinsic. If it fails, it returns undef and stores the status returned by CREATEPROCESS in $MPE::Process::CreateStatus See the following manuals for details: MPE/iX Intrinsic...
KAHIRSCH/MPE-Process-0.01 - 30 Jun 2002 03:59:03 UTC"Process::YAML" provides an implementation of the Process::Serializable role using the YAML::Syck module from CPAN. It is not itself a subclass of Process so you will need to inherit from both. Objects that inherit from "Process::YAML" must follow th...
SMUELLER/Process-YAML-0.04 - 30 Aug 2006 11:27:31 UTCAll processes are managed by the Clio::ProcessManager. Process runs the $command and writes to the connected clients the command output. Can be wrapped with "InputFilter"s and "OutputFilter"s defined in *<Command>* block. Consumes the Clio::Role::Has...
AJGB/Clio-0.02 - 19 May 2012 20:00:11 UTCAll fields from the ps command can be fetched by calling a function of their name (see SYNOPSIS). If the pid is not given as an argument to the function, $$ (cur pid) is assumed. This module is really just a giant AUTOLOAD to interact with the /bin/p...
JETTERO/Unix-Process-1.3101 - 25 Apr 2009 20:26:31 UTCFSEITZ/Quiq-1.192 - 09 Dec 2020 07:36:13 UTC
This package provides an actor abstraction which serve as a cooperative concurrent computational unit in an actor-model architecture....
AWNCORP/Zing-0.26 - 04 Jan 2021 22:46:56 UTCProvides a thin wrapper around IO::Async::Process. See the examples directory....
TEAM/Process-Async-0.003 - 13 Feb 2015 19:04:20 UTCProcess::Probe is a simple and standardised class available that is available with the core Process distribution. It is used to probe a host to determine whether or not the remote host has certain process classes installed. By default, the object wil...
ADAMK/Process-0.30 - 27 Oct 2011 00:35:59 UTCEHLERS/Piper-0.05 - 13 Feb 2018 13:37:13 UTC
This module provides access to the process control functions in the Win32 API....
JDB/Win32-Process-0.16 - 11 Dec 2013 23:11:22 UTCSKIM/Memory-Process-0.04 - 29 Oct 2015 19:05:49 UTC
Manipulate system process as perl object. This is a simple wrapper over ps on *nix systems. For Windows systems - under construction....
VSESPB/System-Process-0.20 - 30 Jun 2020 12:52:54 UTCRJBS/Process-Status-0.009 - 08 Apr 2020 21:58:59 UTC
"Process::MaxSize" helps to contain perl programs that leak memory. It defines a watchdog that, at well defined locations within a program, checks the current process size and triggers a restart routine in case a predefined size limit is exceeded. To...
MSCHILLI/Process-MaxSize-0.04 - 19 May 2014 06:47:22 UTC