home *** CD-ROM | disk | FTP | other *** search
- .Na "dbsetmaxprocs"
- .Aa
- .Fu
- Set the maximum number of simultaneously open DBPROCESSes.
- .Ih "DBPROCESSes, setting the maximum number of"
- .Sy
- .Sf "RETCODE dbsetmaxprocs(maxprocs)"
- .Sp "int" "maxprocs"
- .Co
- .Bl
- A \*L program has a maximum number of simultaneously open
- DBPROCESSes. By default, this number is 25.
- The program may change this limit by calling
- \f2dbsetmaxprocs()\fP.
- .Bl
- The program may find out what the current limit is by calling
- \f2dbgetmaxprocs()\fP.
- .Bz
- .Pa
- .Pi maxprocs
- The new limit on simultaneously open DBPROCESSes for this
- particular program.
- .in -.375i
- .Re
- .br
- SUCCEED or FAIL.
- .Sa
- dbgetmaxprocs,
- dbopen
-