Tarantool development patches archive
 help / color / mirror / Atom feed
From: Cyrill Gorcunov <gorcunov@gmail.com>
To: tml <tarantool-patches@dev.tarantool.org>
Subject: [Tarantool-patches] [PATCH v10 0/3] popen: add ability to run external process
Date: Fri, 31 Jan 2020 22:25:01 +0300	[thread overview]
Message-ID: <20200131192504.12142-1-gorcunov@gmail.com> (raw)

In v10 I left popen engine only together with unit test via C interface.
I think it is stable enough for initial merging and start working on
lua api.

branch gorcunov/gh-4031-popen-10

Cyrill Gorcunov (3):
  coio: export helpers
  popen: introduce a backend engine
  test: unit/popen

 src/box/applier.cc          |    2 +-
 src/lib/core/CMakeLists.txt |    1 +
 src/lib/core/coio.h         |   18 +-
 src/lib/core/popen.c        | 1105 +++++++++++++++++++++++++++++++++++
 src/lib/core/popen.h        |  207 +++++++
 src/main.cc                 |    4 +
 test/unit/CMakeLists.txt    |    3 +
 test/unit/popen.c           |  253 ++++++++
 8 files changed, 1587 insertions(+), 6 deletions(-)
 create mode 100644 src/lib/core/popen.c
 create mode 100644 src/lib/core/popen.h
 create mode 100644 test/unit/popen.c

-- 
2.20.1

             reply	other threads:[~2020-01-31 19:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-31 19:25 Cyrill Gorcunov [this message]
2020-01-31 19:25 ` [Tarantool-patches] [PATCH v10 1/3] coio: export helpers Cyrill Gorcunov
2020-01-31 19:25 ` [Tarantool-patches] [PATCH v10 2/3] popen: introduce a backend engine Cyrill Gorcunov
2020-02-16 23:04   ` Alexander Turenko
2020-02-17  9:11     ` Cyrill Gorcunov
2020-03-03 10:41       ` Alexander Turenko
2020-01-31 19:25 ` [Tarantool-patches] [PATCH v10 3/3] test: unit/popen Cyrill Gorcunov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200131192504.12142-1-gorcunov@gmail.com \
    --to=gorcunov@gmail.com \
    --cc=tarantool-patches@dev.tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH v10 0/3] popen: add ability to run external process' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox