home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextLibrary / Documentation / Sybase / DBLIB / Section2 / dbsetmaxprocs.nr < prev    next >
Encoding:
Text File  |  1993-04-22  |  629 b   |  30 lines

  1. .Na "dbsetmaxprocs" 
  2. .Aa
  3. .Fu
  4. Set the maximum number of simultaneously open DBPROCESSes.
  5. .Ih "DBPROCESSes, setting the maximum number of"
  6. .Sy
  7. .Sf "RETCODE dbsetmaxprocs(maxprocs)"
  8. .Sp "int" "maxprocs"
  9. .Co
  10. .Bl
  11. A \*L program has a maximum number of simultaneously open
  12. DBPROCESSes. By default, this number is 25.
  13. The program may change this limit by calling
  14. \f2dbsetmaxprocs()\fP.
  15. .Bl
  16. The program may find out what the current limit is by calling
  17. \f2dbgetmaxprocs()\fP.
  18. .Bz
  19. .Pa
  20. .Pi maxprocs
  21. The new limit on simultaneously open DBPROCESSes for this 
  22. particular program.
  23. .in -.375i
  24. .Re
  25. .br
  26. SUCCEED or FAIL.
  27. .Sa
  28. dbgetmaxprocs,
  29. dbopen
  30.