home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / large / 377 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.4 KB

  1. Xref: sparky comp.unix.large:377 mi.misc:737
  2. Path: sparky!uunet!gumby!destroyer!news.itd.umich.edu!pisa.citi.umich.edu!rees
  3. From: rees@pisa.citi.umich.edu (Jim Rees)
  4. Newsgroups: comp.unix.large,mi.misc
  5. Subject: Re: LISA VI paper availible via anon ftp
  6. Date: 12 Nov 1992 18:33:22 GMT
  7. Organization: University of Michigan CITI
  8. Lines: 17
  9. Distribution: world
  10. Message-ID: <5c53cdbd.1bc5b@pisa.citi.umich.edu>
  11. References: <1dmrsdINNcs4@nigel.msen.com> <scs.721401144@hela.iti.org> <vanepp.721411740@sfu.ca> <5c4efaf4.1bc5b@pisa.citi.umich.edu> <vanepp.721543207@sfu.ca>
  12. Reply-To: Jim.Rees@umich.edu
  13. NNTP-Posting-Host: pisa.citi.umich.edu
  14.  
  15. In article <vanepp.721543207@sfu.ca>, vanepp@fraser.sfu.ca (Peter Van Epp) writes:
  16.  
  17.   If I had thought of it, I knew that :-), I was expecting that you might be 
  18.   big enough to run out of 65000+ uids.
  19.  
  20. It's worse than that.  There are still some Unix systems out there that
  21. store the uid in a signed short, which means you've only got 32,000 of them
  22. available.  That's roughly the size of our user community, and I think we
  23. have about 28,000 assigned now, even without IFS extensively deployed.  That
  24. doesn't leave much breathing room.
  25.  
  26.   We are small enough that we could make do with
  27.   a single NFS fileserver to give us central file services...
  28.  
  29. No way will that work with 30,000 users.  Client caching is absolutely
  30. essential, and it's also nice to have some sane kind of sharing semantics
  31. (unlike what NFS gives you).
  32.