Skip to content
Snippets Groups Projects
  1. Dec 17, 2008
    • Michael Hanselmann's avatar
      Add job queue size limit · f87b405e
      Michael Hanselmann authored
      A job queue with too many jobs can increase memory usage and/or make
      the master daemon slow. The current limit is just an arbitrary number.
      A "soft" limit for automatic job archival is prepared.
      
      Reviewed-by: iustinp
      f87b405e
    • Michael Hanselmann's avatar
      utils.KillProcess: Use waitpid() to wait for child processes · 7167159a
      Michael Hanselmann authored
      Sometimes the proc filesystem doesn't reflect the current status of
      a process. By calling waitpid(), we make sure to get the current
      information, at least for child processes. The timeout is still
      kept for child processes to make sure the proc filesystem is updated.
      
      Reviewed-by: iustinp
      7167159a
  2. Dec 16, 2008
  3. Dec 15, 2008
  4. Dec 14, 2008
  5. Dec 12, 2008
Loading