londiste: avoid zombie processes with P_WAIT
authorMarko Kreen <markokr@gmail.com>
Mon, 19 Jul 2010 11:18:46 +0000 (14:18 +0300)
committerMarko Kreen <markokr@gmail.com>
Tue, 20 Jul 2010 14:41:23 +0000 (17:41 +0300)
commit98e47381836611d8704f02c8a50628a8ea678c5d
treebc41a22aec28131e3df7f6de83bf3fdfe687cc3a
parent18f153b43da8d6b4024b6537079306234fcad223
londiste: avoid zombie processes with P_WAIT

os.spawn(P_NOWAIT) leaves zombie childs.  P_WAIT is safe
to use here, as child should daemonize itself anyway.
python/londiste/playback.py