The Apache Process
class contains information
related to the network connection associated with the current request.
You can obtain the Process
instance associated with
the current request using the Server::process()
method
(or directly via Request::server()::process()
.
Table B.4, “Apache Connection Methods” contains the exhaustive list of methods, in alphabetical order. The documentation of each method follows.
argc()
returns the number of arguments passed to the
process, each of which which is stored in the argv
structure.
argc()
returns a Ruby Array
containing the number of arguments passed to the process.
short_name()
returns a string containing the program
name used to execute the program.