home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / sfsl / 205 < prev    next >
Encoding:
Text File  |  1992-12-23  |  4.5 KB  |  97 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!auvm!GDLVM7.VNET.IBM.COM!NETTLE
  3. Return-Path: <@SEARN.SUNET.SE,@SEARN.SUNET.SE:NETTLE@GDLVM7.VNET.IBM.COM>
  4. Message-ID: <SFS-L%92122314412464@SEARN.SUNET.SE>
  5. Newsgroups: bit.listserv.sfs-l
  6. Date:         Wed, 23 Dec 1992 08:41:42 EST
  7. Sender:       "VM Shared File System (SFS) forum" <SFS-L@SEARN.BITNET>
  8. From:         Scott Nettleship <NETTLE@GDLVM7.VNET.IBM.COM>
  9. Subject:      SFS questions
  10. Lines: 85
  11.  
  12. < I've tried to answer these questions as best I can.  Everyone
  13. < out there have a great holidays.
  14.  
  15. After working with SFS for a few months now I have a number of questions which
  16. I'd appreciate any help on.  So thanks in advance for any help on:
  17.  
  18. 1.  When reading up on SFS it seemed that at a certain point response
  19.     time will be much better for a directory controlled directory than
  20.     for a file controlled directory.  So far we have worked with file
  21.     control directories with small amounts of files but are now
  22.     starting to look at setting up some new directories which would
  23.     contain many more files (over 2000 large compiles for a start).
  24.     Does any one out there know a what point response time would
  25.     noticeably slow down for file control directories?  If it slows
  26.     down on one directory would it also slow down on other directories
  27.     as well?
  28.  
  29. < In general, performance savings for DIRCONTROL directories are
  30. < because once you access them, the checks for locking at the file
  31. < level are unnecessary (authority on the directory implies the same
  32. < authority on the file).  I don't know of any performance "curve"
  33. < for this.  In general, the more you open files the more the savings.
  34. < Also, there is a performance advantage for using data spaces if
  35. < you have the hardware.  It's easy to test if you want to.  Place
  36. < the files in the directory (created with the NEWREAD/NEWWRITE auth)
  37. < for filecontrol and then convert it to DIRCONTROL.
  38.  
  39. 2.  How does SFS search for a file in file control directories.
  40.     Does it first look for the sub-directory and then tree
  41.     down to the file?  If this is true, does making more sub-
  42.     directories increase search speed?
  43.  
  44. < No such real concept that I'm aware of (I'm not the expert on
  45. < the SFS Server searching internals).  Searching is done via
  46. < a relational database type search through the SFS catalogs if that
  47. < means anything to anyone.  Some things to keep in mind:
  48. <
  49. < - If you access a directory, caches are created in the CMS user
  50. <   machine.  FST searching is done there the same as minidisks.
  51. <   Intelligent subsetting of files using subdirectories can keep
  52. <   searching at a minimum and ease virtual storage requirements
  53. <   in the user machine.
  54. < - Once a file is found in the user machine catalog information is
  55. <   passed to the server so it doesn't have to do the lookup.  So
  56. <   accessing the directory may help.
  57. < - There is no real difference between FILECONTROL and DIRCONTROL for
  58. <   this procedure.
  59. < - Using aliases can get you better groupings because you can leave
  60. <   the base files in several large directories but create a
  61. <   subdirectory structure of aliases for performance.
  62.  
  63. 3.  Are there any SFS Adminitration classes?
  64.  
  65. < No, known requirement for this.  A local External Security Manager
  66. < (ESM) can be written to provide this.  Also, you can filter
  67. < requests through an SFS Administrative PROP machine.  We do need
  68. < to provide native support for this in SFS.
  69.  
  70. 4.  When using the REVOKE command to revoke authority for a userid
  71.     on a sub-directory, then any access that the SFS administrators
  72.     have to that sub-directory gets broken (and they have to re-access
  73.     before using).  Is there any way to prevent this from happening?
  74.  
  75. < Not that I'm aware of but I'll look into the problem after the
  76. < holidays when all the folks are back.
  77.  
  78. 5.  I've seen the discussion on this but still wonder:  Is there any
  79.     way to cause Xedit and COPYfile to look first at access rather
  80.     than at authority?
  81.  
  82. < The whole sad story has been posted before so I won't get into
  83. < it again.  One method I use is to put SHARE locks on files I want
  84. < to "guard" against this.  Again, another known requirement.
  85.  
  86. 6.  Is there a way to cause DIRList to use update locks rather than
  87.     exclusive locks?
  88.  
  89. < Not sure what you mean here.  DIRLIST itself doesn't do any locking.
  90. < It will do an ACCESS when us try FILELIST from the screen.
  91.  
  92.  
  93. Scott Nettleship
  94. CMS/SFS Planning/Development
  95. Internet: NETTLE@GDLVM7.VNET.IBM.COM
  96. IBMMAIL:  USIB2WF7 at IBMMAIL
  97.