Dears, Is there any functionality like Process ID in boost system? I found in Flyweight details such a nice header to have portable Process ID functionality, but maybe there is another somewhere in boost. Dangerous is to use functions from "details". Regards, -- Seweryn Habdank-Wojewódzki ---------------------------------------------------- Szczypta baśni, garść makabry. Wysmakowana wizualnie opowieść dla całej rodziny. KORALINA I TAJEMNICZE DRZWI 3D - w kinach! Zobacz zwiastun --> http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2Fkoralina.html&sid=663
Seweryn Habdank-Wojewódzki escribió:
Dears,
Is there any functionality like Process ID in boost system? I found in Flyweight details such a nice header to have portable Process ID functionality, but maybe there is another somewhere in boost.
There's something completely analaogous in Boost.Interprocess, alas also in the details section: See get_current_process_id at https://svn.boost.org/trac/boost/browser/trunk/boost/interprocess/detail/os_...
Dangerous is to use functions from "details".
Certainly. Maybe we could move this functionality into boost/detail for B.IP and B.F to use: boost/detail is not as good as public functionality, but you can count on stuff there to be reasonably stable. BTW, the proper lib for this to belong in is Boost.Process, a GSoC proyect from 2006 that unfortunately didn't come to fruition. Joaquín M López Mun~oz Telefónica, Investigación y Desarrollo
2009/3/16
BTW, the proper lib for this to belong in is Boost.Process, a GSoC proyect from 2006 that unfortunately didn't come to fruition.
Might be the wrong thread to ask, but: What about this lib: http://www.boostpro.com/vault/index.php?directory=Process I see it is still developed, but can't find it in the review schedule. Are there any plans at least for a review? Thanks, Ovanes
On Mon, 16 Mar 2009 14:46:34 +0100, Ovanes Markarian
[...]Might be the wrong thread to ask, but: What about this lib: http://www.boostpro.com/vault/index.php?directory=Process
The latest version is in the sandbox: https://svn.boost.org/svn/boost/sandbox/process/ There were various Boost.Process drafts before which I had merged last year. That's why I hope developers continue to work on the version in the sandbox (not that we end up with a couple of different versions again).
I see it is still developed, but can't find it in the review schedule. Are there any plans at least for a review?
There is currently no plan for a review as there are still a few things left to do. I didn't have much time in the past months to work on Boost.Process (lots of time went into writing a Boost book in German; see http://www.highscore.de/cpp/boost/) but I didn't give up yet completely. :-) Boris
On Tue, Mar 17, 2009 at 1:46 AM, Boris Schaeling
plan for a review as there are still a few things left to do. I didn't have much time in the past months to work on Boost.Process (lots of time went into writing a Boost book in German; see http://www.highscore.de/cpp/boost/) but I didn't give up yet completely. :-)
Boris, sehr schön. Sieht gut aus. Viele Grüsse, Ovanes
participants (4)
-
Boris Schaeling
-
joaquin@tid.es
-
Ovanes Markarian
-
Seweryn Habdank-Wojewódzki