home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / relusrl / 207 < prev    next >
Encoding:
Text File  |  1993-01-11  |  2.1 KB  |  46 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!VTVM1.CC.VT.EDU!VALDIS
  3. Organization: Virginia Polytechnic Institute
  4. Message-ID: <930111.113251.EST.VALDIS@vtvm1.cc.vt.edu>
  5. Newsgroups: bit.listserv.relusr-l
  6. Date:         Mon, 11 Jan 1993 11:32:51 EST
  7. Sender:       Relay Users Forum <RELUSR-L@NCSUVM.BITNET>
  8. From:         Valdis Kletnieks <VALDIS@VTVM1.CC.VT.EDU>
  9. Subject:      Re: Another Question...
  10. In-Reply-To:  Message of Mon,
  11.               11 Jan 1993 10:07:17 EST from <RJACOBS@CCVM.SUNYSB.EDU>
  12. Lines: 32
  13.  
  14. On Mon, 11 Jan 1993 10:07:17 EST Rich Jacobs said:
  15. >     Hi everyone.  It's another week and time for another question.. *smile*
  16. >
  17. >     What is the maximum amount of general users that are allowed on relay?  I
  18. >have noticed that when relay has approximately 115 or more users, it becomes
  19. >difficult to sign on because relay is full.
  20.  
  21. Well, this is  a difficult question to answer. The  maximum total number
  22. of  users allowed  on RELAY  at one  time is  211(*). However,  there is
  23. *also*  a "maximum  number of  users *per  server*". This  number is  by
  24. default 12, but can be as high as 20 or more, and is set on a per-server
  25. basis.  Thus, the maximum number of users on is mathematically:
  26.  
  27. min(211,(sum from i=1 to num_connected_servers max_user(server_i)))
  28.  
  29. Basically, add up the max_user value  for all connected relays, and take
  30. that or 211, whichever is less...
  31.  
  32. What you're seeing is that when there  are 115 or so users on, that also
  33. correllates to *your* relay being full.  At certain times of the day, it
  34. is not unusual  for 5 or 6 of  the relays to account for 75%  or more of
  35. the users  on, even when there  are 30+ relays connected.  When cornellc
  36. and vtvm2 both have 20 users on, and uiucvmd and ndsuvm1 and yalevm each
  37. have 15, that's 75 users right there.  You can see how things get pretty
  38. crowded pretty quickly.  And of course, the 5 or  6 servers that account
  39. for all the people  are (not surprisingly) also the 5  or 6 servers that
  40. are (a) full and (b) turning people away.
  41.  
  42. /Valdis
  43.  
  44. P.S. The value of '211' was chosen mostly because it was a convenient
  45. number to input into the hashing function used by RELAY.
  46.