Commit Graph

10 Commits

Author SHA1 Message Date
Dietmar Maurer
7b24102dc5 add support for delayed parameter parsing
We need that to disable file upload for normal API request (avoid DOS attacs).
2011-11-03 07:11:34 +01:00
Dietmar Maurer
b28410fcf4 exit when child finish
Some programs daemonize without closing stdout/stderr, but we do not want to wait until all childs closed stdout/stderr.
2011-10-22 10:43:17 +02:00
Dietmar Maurer
5a941ebef2 do not close STDIN if rune in foreground 2011-10-19 07:30:44 +02:00
Dietmar Maurer
527b2e7aed sen TERM to all pgrp members 2011-10-18 07:47:09 +02:00
Dietmar Maurer
8d6e045f21 correctly catch EINTR 2011-10-18 07:26:43 +02:00
Dietmar Maurer
d33d0735a9 fix nockeck parameter in active_workers 2011-10-13 11:53:12 +02:00
Dietmar Maurer
5bf71a968e fix bug in fork_worker 2011-10-11 08:37:32 +02:00
Dietmar Maurer
b9e47e5738 implement a way to abort workers 2011-09-14 08:14:43 +02:00
Dietmar Maurer
f6f2d51fa9 flush output file handle and send kill to whole process group 2011-09-12 13:50:21 +02:00
Dietmar Maurer
2c3a6c0aaa iimported from svn 'pve-access-control/trunk' 2011-08-23 07:27:48 +02:00