home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / xenix / sco / 2761 < prev    next >
Encoding:
Text File  |  1992-08-30  |  1.2 KB  |  36 lines

  1. Newsgroups: comp.unix.xenix.sco
  2. Path: sparky!uunet!gumby!wupost!cs.utexas.edu!chinacat!chip
  3. From: chip@chinacat.unicom.com (Chip Rosenthal)
  4. Subject: Re: UUXQT during transfers
  5. Organization: Unicom Systems Development, Austin, TX
  6. Date: Sat, 29 Aug 1992 21:28:56 GMT
  7. Message-ID: <1992Aug29.212856.20823@chinacat.unicom.com>
  8. References: <1429@wshb.csms.com>
  9. Lines: 25
  10.  
  11. In article <1429@wshb.csms.com> michaelb@wshb.csms.com
  12.     ( WSHB Operations Eng) writes:
  13. >Has anyone ever look at what is necessary to get uuxqt to spawn and start
  14. >processing jobs before uucico exits.
  15.  
  16. The following polling script will run uuxqt once every five minutes
  17. as long as uusched is active.
  18.  
  19.     :
  20.     /usr/lib/uucp/uusched &
  21.     uupid=$!
  22.     while kill -0 $uupid >/dev/null 2>&1 ; do
  23.         /usr/lib/uucp/uuxqt &
  24.         sleep 300
  25.     done
  26.  
  27. Either this can be run from cron, or incorporated into whatever you
  28. already run from cron to do your polling.  I don't know if this is
  29. what you are asking for...but I'm not quite exactly what you are asking
  30. for.
  31.  
  32. -- 
  33. Chip Rosenthal  512-482-8260 | The secret to a long life is
  34. Unicom Systems Development   | knowing when it's time to go.
  35. <chip@chinacat.Unicom.COM>   |  - Michelle Shocked
  36.