问题描述
我发现了一个有前途的库,名为,但它只是包含在Boost库中的候选对象。有人使用这个吗?有人知道为什么它不是Boost的一部分?
你需要多少管理?只是fork / exec? IPC?资源管理? ?
我没有使用Boost.Process库。然而,我知道,包括在Boost是一个相当困难的事情。 Boost最近接受了一个已经被批准作为标准一部分的期货库。但是,。另一个图书馆最近。虽然我认为批评是有效的,我个人会愿意使用那个图书馆。
Is there a well-known, portable, good library for C++ process management?
I found a promising library called Boost.Process, but it's only a candidate for inclusion in the Boost library. Has anyone use this? Does anyone know why it isn't a part of Boost?
How much management do you need? Just fork/exec? IPC? Resource management? Security contexts and process isolation?
I haven't used the Boost.Process library. However, I do know that getting included in Boost is a rather difficult affair. Boost recently accepted a futures library that had already been approved as part of the standard. However, getting into Boost wasn't a forgone conclusion. Another library recently did not make the cut. And although I think the criticisms are valid, I personally would be willing to use that library.
这篇关于C ++进程管理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!