From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) (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 D15574696C0 for ; Wed, 11 Dec 2019 12:29:52 +0300 (MSK) Received: by mail-lj1-f193.google.com with SMTP id a13so23221272ljm.10 for ; Wed, 11 Dec 2019 01:29:52 -0800 (PST) Date: Wed, 11 Dec 2019 12:29:50 +0300 From: Cyrill Gorcunov Message-ID: <20191211092950.GA2433@uranus> References: <20191210094855.24953-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191210094855.24953-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH v2 0/5] popen: Add ability to run external process List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml On Tue, Dec 10, 2019 at 12:48:50PM +0300, Cyrill Gorcunov wrote: > In this series we provide a way to execute external binaries > from inside of Lua scripts, control children process and > communicate with their stdin/out/err streams. Drop this series please. I've just sent out v3.