home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / admin / 6934 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  2.2 KB

  1. Path: sparky!uunet!spool.mu.edu!sgiblab!adagio.panasonic.com!chorus.mei!oskgate0.mei!icspub!wnoc-kyo!kuis!aegis!davidg
  2. From: davidg@aegis.or.jp (Dave McLane)
  3. Newsgroups: comp.unix.admin
  4. Subject: Re: mail servers and sendmail -- disk space vs. speed vs. file table trade-offs
  5. Message-ID: <3584@aegis.or.jp>
  6. Date: 7 Jan 93 00:10:13 GMT
  7. References: <1iesvgINN4l0@senator-bedfellow.MIT.EDU>
  8. Sender: daemon@aegis.or.jp
  9. Lines: 45
  10.  
  11. jik@athena.mit.edu (Jonathan I. Kamens) writes:
  12.  
  13. >I'm having a problem with the mail archive server on my workstation, and I'm
  14. >hoping someone else may be able to suggest a solution to it, because I haven't
  15. >been able to come up with one.
  16.  
  17. ....
  18.  
  19. >Until recently, I have been using (1).  However, I've discovered that it can
  20. >potentially cause my workstation's file table to and cause all kinds of ugly
  21. >failures as a result.   This occurs if someone with a slow, but functioning,
  22. >SMTP server sends a large number of requests to the server.  By processing them
  23. >all, the server starts up a large number of sendmail processes.  Since the SMTP
  24. >server being contacted is up, but slow, all of the sendmail processes stay
  25. >running for a long time doing the delivery. 
  26.  
  27. I haven't any experience with sendmail as I only use smail v2.5 but
  28. nevertheless here's something that might give you some ideas. 
  29.  
  30. Last August I set up a second machine as a news server so incoming
  31. news would be unpacked and put in the new spool on another machine,
  32. leaving the gateway machine (which people log onto) running at a
  33. more constant speed. This worked well except that if somebody posted
  34. a new article while news was being unpacked they had to wait as
  35. inews on the second machine got bogged down. Ralph Sims
  36. <ralphs@halycyon.com> sent me a trick version of mini-inews that
  37. didn't just send across the network to the real inews on the server,
  38. but put the article to be posted in a 'printer queue' and then
  39. returned to the user. The code is quite small (8K) and I could post
  40. it here if you/anybody was interested.
  41.  
  42. Perhaps you could use something similar to queue the requests to 
  43. sendmail.
  44.  
  45. Hope that helps,
  46.  
  47. Dave
  48.  
  49. --
  50. Dave McLane 
  51. JUNET: davidg@aegis.or.jp (ONLY within Japan: post otherwise)
  52. Nagaokakyoshi, Kyoto Japan Tel: +81-75-951-1168 Fax: +81-75-957-1087
  53.  
  54.  
  55.  
  56.