home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / bit / listserv / jnetl / 96 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.3 KB  |  27 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!SEARN.BITNET!ERIC
  3. Message-ID: <JNET-L%92082811105911@FINHUTC.HUT.FI>
  4. Newsgroups: bit.listserv.jnet-l
  5. Date:         Fri, 28 Aug 1992 10:06:07 +0200
  6. Sender:       BITNIC JNET-L List <JNET-L@UGA.BITNET>
  7. From:         Eric Thomas <ERIC@SEARN.BITNET>
  8. Subject:      Re: problem with jan_receive area and quotas
  9. In-Reply-To:  Message of Thu,
  10.               27 Aug 1992 09:57:22 -0500 from JNET Discussion Group
  11.               <JNET-L@FINHUTC>
  12. Lines: 13
  13.  
  14. VM systems have had  this kind of problems for about as  long as large VM
  15. systems  with many  greedy  users  have existed,  since  you have  native
  16. equivalents  of SEND/FILE.  You solve  the  problem by  writing a  "spool
  17. cleaner", a program  that runs (say) every hour,  preferrably at slightly
  18. randomized times  so that users can't  prepare for the "visit",  and that
  19. enforces a number  of rules you have documented. For  instance, you might
  20. decide not  to allow normal  users to have more  than 5000 blocks  in the
  21. spool. This can be  a very simple program that just  reacts when you have
  22. too much,  or something more  subtle that  makes statistics and  lets you
  23. exceed  your  quota for  a  short  while, but  will  take  action if  you
  24. chronically have more files than allowed.
  25.  
  26.   Eric
  27.