home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / usr / sybase / doc / dbgetmaxprocs.man < prev    next >
Encoding:
Text File  |  1993-04-22  |  872 b   |  45 lines

  1.  
  2.   1                       Version 4.0 -- 5/1/89            dbgetmaxprocs
  3.   ______________________________________________________________________
  4.  
  5.   NAME:  dbgetmaxprocs
  6.  
  7.   FUNCTION:
  8.        Determine the  current  maximum  number  of  simultaneously  open
  9.        DBPROCESSes.
  10.  
  11.   SYNTAX:
  12.        int dbgetmaxprocs()
  13.  
  14.  
  15.   COMMENTS:
  16.  
  17.        o A DB-Library program has a  maximum  number  of  simultaneously
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   dbgetmaxprocs           Version 4.0 -- 5/1/89                        2
  25.   ______________________________________________________________________
  26.          open DBPROCESSes. By default, this number is 25.  The  applica-
  27.          tion program may change this limit by calling dbsetmaxprocs().
  28.  
  29.   RETURNS:
  30.        An integer representing the current limit on the number of simul-
  31.        taneously open DBPROCESSes.
  32.  
  33.   SEE ALSO:
  34.        dbopen, dbsetmaxprocs
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.