home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / REQCFG.ZIP / SQL_NET.CFG < prev   
Text File  |  1991-05-24  |  1KB  |  42 lines

  1.  
  2. ; May 24, 1991
  3.  
  4. ;NetWare OS/2 Requester 1.30 NET.CFG file for use with
  5. ;Microsoft/Sybase SQL Server
  6.  
  7. ;NOTE: Lines preceded by a semicolon are comments.
  8. ;Blank lines are ignored.
  9. ;Format of this file is an actual NET.CFG entry (mine) followed by a section
  10. ;detailing all available options in that section.
  11.  
  12. ; this file provided by Novell Technical Support
  13.  
  14. link driver cmgrlan
  15.         int 5
  16.         port 310
  17.         frame ethernet_802.3
  18.         node address 02608c861759
  19.  
  20. protocol stack spx
  21.         sessions 256
  22.         ;increased number of sessions to >= number of named pipes
  23.         ;256 sessions will support maximum number of SERVER Named Pipes
  24.  
  25. netware requester
  26.         preferred prv-user1
  27.  
  28. named pipes
  29.         client sessions 16
  30.           ;this is default for client sessions
  31.         server sessions 255
  32.           ;this is max for server sessions
  33.         service threads 32
  34.           ;this is max for threads - BEST PERFORMANCE
  35.  
  36. ; you will need at least 256 threads in your CONFIG.SYS file.
  37. ; use other setup parameters as provided by Microsoft/Sybase
  38. ; this is a MAXIMUM configuration.  You will need 16 MB RAM to run this full
  39. ; blown configuration SQL Server.  225 Client connections to a SQL Server
  40. ; using this configuartion has been TESTED (as reported by SP_WHO.)
  41.  
  42.