From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 089274696C3 for ; Fri, 10 Apr 2020 17:40:25 +0300 (MSK) Received: by mail-lj1-f178.google.com with SMTP id r7so2120413ljg.13 for ; Fri, 10 Apr 2020 07:40:25 -0700 (PDT) From: Cyrill Gorcunov Date: Fri, 10 Apr 2020 17:40:19 +0300 Message-Id: <20200410144021.5704-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] popen: provide more flags List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml To be able to kill the group and keep child process running even if tarantool has exited. branch gorcunov/gh-4031-popen-tok-2 Cyrill Gorcunov (2): popen: Allow to kill process group popen: add ability to keep child on deletion src/lib/core/popen.c | 31 +++++++++++++++++++++++++++---- src/lib/core/popen.h | 12 ++++++++++++ 2 files changed, 39 insertions(+), 4 deletions(-) -- 2.20.1