PH-ALLOCATE

Man Page Index


The jBASE PH-ALLOCATE command allocates a port number for use by jBASE background processes.

 

COMMAND SYNTAX

PH-ALLOCATE {port {port }} {(Options}

 

PROMPT

PORT TO ALLOCATE ?

 

SYNTAX ELEMENTS

port port number to allocate.
port port specifies that all ports with the range are to be allocated.

Options;

F Allocate port numbers for foreground processes.
B Allocate port numbers for background processes. (default).

 

NOTES

Enter the port number to allocate to the available list of jBASE background ports.

The port number will remain allocated until de-allocated with PH-DELETE command.

Allocated port numbers can still be used for normal foreground processes when not being used for jBASE background processes.

As of jBASE 5.2.31, the user does not require root privileges for this command.

 

EXAMPLE

PH-ALLOCATE
PORT TO ALLOCATE ? 100

Allocates port number 100 as available for use by jBASE background task processes.


JBTP