home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / vmsnet / mail / pmdf / 2211 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.6 KB

  1. Path: sparky!uunet!olivea!decwrl!decwrl!infopiz!mccall!ipmdf-newsgate!list
  2. From: kvc@summer.innosoft.com (Kevin V. Carosso)
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: PMDF Process Symbiont
  5. Message-ID: <01GO4MSUL1L48WZHA5@SUMMER.INNOSOFT.COM>
  6. Date: 29 Aug 92 04:45:25 GMT
  7. Organization: The Internet
  8. Lines: 21
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 28 Aug 1992 20:45:25 -0800 (PST)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GO4MSF5R7695ONCS@YMIR.CLAREMONT.EDU>
  14. X-Vms-To: IN%"ECF_STBO%JHUVMS.BITNET@ymir.claremont.edu"
  15. X-Vms-Cc: info-pmdf
  16. Mime-Version: 1.0
  17. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  18. Content-Transfer-Encoding: 7BIT
  19.  
  20. > hundreds of times a day. I have also streamlined task_server.com by adding a
  21. > set nover and letting all the logfile information just go into the single
  22. > process log file. If there is a problem, we can always go back to the old
  23.  
  24. One thing you might want to watch out for.  Using only the IDLE_TIMEOUT option
  25. means that a really active TASK_SERVER won't time out and exit and allow for
  26. a new TASK_SERVER.LOG file.  You might want to consider using the LIFETIME
  27. option which specifies a delta time after which the TASK_SERVER process will
  28. exit and be restarted even if it never reaches IDLE_TIMEOUT.  For example,
  29.  
  30.     LIFETIME = 0 06:00:00
  31.  
  32. in the PMDF_PROCESS_SMB.OPT will create a fresh TASK_SERVER process and new
  33. log file every 6 hours.  The exit is done cleanly, between processing jobs.
  34. Unfortunately this didn't make it into the printed manuals, but is in the
  35. on-line BookReader docs.
  36.  
  37.     /Kevin Carosso
  38.      Innosoft
  39.  
  40. ps.  The default if you don't specify is 24 hours I believe.
  41.