1 Version 4.0 -- 5/1/89 dbgetmaxprocs
______________________________________________________________________
NAME: dbgetmaxprocs
FUNCTION:
Determine the current maximum number of simultaneously open
DBPROCESSes.
SYNTAX:
int dbgetmaxprocs()
COMMENTS:
o A DB-Library program has a maximum number of simultaneously
dbgetmaxprocs Version 4.0 -- 5/1/89 2
______________________________________________________________________
open DBPROCESSes. By default, this number is 25. The applica-
tion program may change this limit by calling dbsetmaxprocs().
RETURNS:
An integer representing the current limit on the number of simul-
taneously open DBPROCESSes.
SEE ALSO:
dbopen, dbsetmaxprocs