Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

JobServers

Number of job servers.

Synopsis

[Startup]    JobServers=n

Description

The value n is the number of job servers you want Caché to start up.

Having a large number of job servers running will use more memory and processes, but allows for much faster jobbing of processes because Caché doesn't have to start the processes at the system level and then initialize them.

Job servers are best used when the application creates a significant number of short-lived processes via the Job command. For this type of process where operating system process creation overhead dominates the total cost of running the process, using job servers can be beneficial. If background processes tend to perform extended tasks then there is very little benefit from using job servers.

Examples

JobServers=0

Range of Values

0–2000 job servers. The default is 0.

Management Portal

On the page System Administration > Configuration > Additional Settings > Startup, in the JobServers row, select Edit. Enter a number of job servers.

FeedbackOpens in a new tab