[
https://issues.apache.org/jira/browse/THRIFT-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15331260#comment-15331260
]
Mariusz Ornowski commented on THRIFT-3853:
------------------------------------------
Hello,
(1) Lately I had a need to run a PHP script from a C++ daemon (Linux), to
communicate with it and to shutdown it. I couldn't find suitable solution in
thrift/lib/cpp. Mentioned by you module is implemented for Windows (only) and
has no feature of starting and stoping a child process of any kind. My solution
is implemented for Linux (only), starts a child process when transport.open()
is called and terminate it as soon as transport.close() is called.
(2) It must be misunderstanding. I tought that I should follow an example given
in the Appendix. I'm not obligated to state my name in the license (but it is
nice to have a signature on your work) and it could be removed.
Mariusz
> Transport to a child process established ad hoc (using stdin/stdout).
> ---------------------------------------------------------------------
>
> Key: THRIFT-3853
> URL: https://issues.apache.org/jira/browse/THRIFT-3853
> Project: Thrift
> Issue Type: Improvement
> Components: C++ - Library
> Reporter: Mariusz Ornowski
> Priority: Minor
> Attachments: thrift-3853-lib-cpp-child-process-transport.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)