1 Version 4.0 -- 5/1/89 dbsetmaxprocs
______________________________________________________________________
NAME: dbsetmaxprocs
FUNCTION:
Set the maximum number of simultaneously open DBPROCESSes.
SYNTAX:
RETCODE dbsetmaxprocs(maxprocs)
int maxprocs;
COMMENTS:
o A DB-Library program has a maximum number of simultaneously
dbsetmaxprocs Version 4.0 -- 5/1/89 2
______________________________________________________________________
open DBPROCESSes. By default, this number is 25. The program
may change this limit by calling dbsetmaxprocs().
o The program may find out what the current limit is by calling
dbgetmaxprocs().
PARAMETERS:
maxprocs - The new limit on simultaneously open DBPROCESSes for
this particular program.
RETURNS:
SUCCEED or FAIL.
SEE ALSO:
dbgetmaxprocs, dbopen