home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / metamail / contrib / ServiceMail / doc / queuing / halt_dequeue.doc < prev    next >
Encoding:
Text File  |  1993-05-05  |  570 b   |  24 lines

  1.  
  2. NAME
  3.   halt_dequeue, restart_dequeue - halt and restart dspd processing in
  4.     an orderly fashion
  5.  
  6. SYNOPSIS  
  7.   halt_dequeue
  8.   restart_dequeue
  9.  
  10. DESCRIPTION
  11.   halt_dequeue sends SIGUSR1 to dspd which responds by refusing
  12.   to start new processing and exiting when it is finished it's
  13.   current jobs. This is much better than sending say, SIGTERM
  14.   to dspd, because that will have no effect on the child processes
  15.   with the result that they are never waited for by dspd.
  16.  
  17.   restart_dequeue starts up dspd, provided one is not already running.
  18.  
  19. SEE ALSO
  20.   dspd(1)
  21.   
  22.   
  23.  
  24.