[Tarantool-patches] [PATCH 1/5] popen: Introduce a backend engine
Konstantin Osipov
kostja.osipov at gmail.com
Sat Nov 30 23:30:54 MSK 2019
* Cyrill Gorcunov <gorcunov at gmail.com> [19/11/30 23:03]:
> Forgot to mention that the example in previous message is
> for pipe opened in blocked mode. If o_nonblock used the
> script fails in "read" action. I think the main target now
> for me is to investigate which mode uses python in subprocess
> module and etc (simply because users are familiar with it and
> will expect us to behave the same I think).
It will fail unless you handle EAGAIN and yield. Do you?
--
Konstantin Osipov, Moscow, Russia
More information about the Tarantool-patches
mailing list