JBASEUNIQUE

Man Page Index


Description
When this environment variable is set to a directory, jBASE dynamically creates the workfiles based on port number and clears the contents of them when a new user connects to that port. The 'workfiles' are created as '$JBASEUNIQUE/jBASEWORK_portno'. No dictionary is created (or needed).

Setting this environment variable is recommended in a high user environment as a single workfile for all ports can result in a bottleneck.

This environment variable superceeds JBCBASETMP.
 

Values
Any valid directory.

Default
Not set.

Setting
As per normal environment variable, it must be set before any jBASE process is invoked.

Unix
export JBASEUNIQUE=/home/workfiles/

Windows
set JBASEUNIQUE=C:\temp\workfiles\


ENV