[Query] on Boost.Porcess

Hi, I am trying to check if there is library for "process" in boost. I came across the following link http://www.netbsd.org/~jmmv/process/index.html . But I am not able to find the boost process header files in the boost library I downloaded. Can someone tell me whether it is part of the boost library or not. If not, is there any other library for the same purpose. I am planning to use boost libraries, but there is a need for process creation as well. So do I have to use the POSIX calls instead? Regards, Alap ________________________________ This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. ______________________________________________________________________

Alapkumar Sinha wrote:
I am trying to check if there is library for "process" in boost.
It's still under active development and not released yet.
I came across the following link http://www.netbsd.org/~jmmv/process/index.html .
But I am not able to find the boost process header files in the boost library I downloaded.
<http://svn.boost.org/svn/boost/sandbox/SOC/2010/process> Feedback might be welcome, but production use should probably wait at least until the end of GSOC...

On Tue, 13 Jul 2010 10:43:16 +0200, Thomas Klimpel <Thomas.Klimpel@synopsys.com> wrote:
Alapkumar Sinha wrote: [...]
I came across the following link http://www.netbsd.org/~jmmv/process/index.html .
But I am not able to find the boost process header files in the boost library I downloaded.
<http://svn.boost.org/svn/boost/sandbox/SOC/2010/process>
Feedback might be welcome, but production use should probably wait at least until the end of GSOC...
Yes, the library there is still heavily under construction. Have a look at http://www.highscore.de/cpp/process/ if you need something urgently right now, Alapkumar (this is one of the successors of Julio's library which you found at http://www.netbsd.org/~jmmv/process/index.html). Boris (Boost.Process mentor)
participants (3)
-
Alapkumar Sinha
-
Boris Schaeling
-
Thomas Klimpel