home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.comp.acad-freedom.talk
- Path: sparky!uunet!caen!destroyer!news.iastate.edu!john
- From: john@iastate.edu (John Hascall)
- Subject: Re: User services
- Message-ID: <1992Jul30.201428.8331@news.iastate.edu>
- Sender: news@news.iastate.edu (USENET News System)
- Organization: Iowa State University, Ames, IA
- References: <BETSYS.92Jul29173318@ra.cs.umb.edu> <1992Jul30.022822.5866@eff.org> <1992Jul30.94721.2490@ms.uky.edu>
- Date: Thu, 30 Jul 1992 20:14:28 GMT
- Lines: 29
-
- morgan@ms.uky.edu (Wes Morgan) writes:
- }The paragraph marked with "*" has been proposed as a compromise. If
- }it's 11:30 pm and there are only 5 people logged in, I don't think I'll
- }have a problem with MUD/IRC/whatever usage. During working hours, which
- }I'll probably set as 0800-2200, I have to preserve the system for the
- }(rather heavy) academic users.
- }
- }I'm writing the code to implement these restrictions; the algorithm looks
- }something like this:
- }
- } if(time > 2200 and time < 0700) /* limit subject to tuning */
- } AND if(users logged in < 30) /* subject to tuning */
- } AND if(recreational users < 15) /* subject to tuning */
- } allow access to game/MUD/IRC/whatever
- }
- }Comments?
-
- Another common methodology is to use the load average (easier to
- determine than `recreation_users'). It has the advantage of being
- more automatic -- for example, if your finals week load lasts until
- 4 am, or if it's between semesters and hardly anybody is using the
- system at 6 pm.
-
- John
- --
- John Hascall ``Live with it pink-boy!''
- Project Vincent
- Iowa State University Computation Center john@iastate.edu
- Ames, IA 50011 515/294-9551 [fax -1717]
-