home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextLibrary / Documentation / Sybase / DBLIB / Section2 / dbgetmaxprocs.nr < prev    next >
Encoding:
Text File  |  1993-04-22  |  501 b   |  22 lines

  1. .Na "dbgetmaxprocs" 
  2. .Aa
  3. .Fu
  4. Determine the current maximum number of simultaneously open DBPROCESSes.
  5. .Ih "DBPROCESSes, getting the maximum number of"
  6. .Sy
  7. .Sf "int dbgetmaxprocs()"
  8. .Co
  9. .Bl
  10. A \*L program has a maximum number of simultaneously open
  11. DBPROCESSes. By default, this number is 25.
  12. The application program may change this limit by calling
  13. \f2dbsetmaxprocs()\fP.
  14. .Bz
  15. .Re
  16. .br
  17. An integer representing the current limit on the number of simultaneously open
  18. DBPROCESSes.
  19. .Sa
  20. dbopen,
  21. dbsetmaxprocs
  22.