home *** CD-ROM | disk | FTP | other *** search
- .Na "dbgetmaxprocs"
- .Aa
- .Fu
- Determine the current maximum number of simultaneously open DBPROCESSes.
- .Ih "DBPROCESSes, getting the maximum number of"
- .Sy
- .Sf "int dbgetmaxprocs()"
- .Co
- .Bl
- A \*L program has a maximum number of simultaneously open
- DBPROCESSes. By default, this number is 25.
- The application program may change this limit by calling
- \f2dbsetmaxprocs()\fP.
- .Bz
- .Re
- .br
- An integer representing the current limit on the number of simultaneously open
- DBPROCESSes.
- .Sa
- dbopen,
- dbsetmaxprocs
-