Subject: Re: [Boost-users] fork in boost?
From: OvermindDL1 (overminddl1_at_[hidden])
Date: 2009-09-25 15:24:07


On Fri, Sep 25, 2009 at 10:50 AM, pedro chaparro <pdro07_at_[hidden]> wrote:
> hi, there is some function in boost libraries equivalent to  "fork" in
> linux?
> thanks

Fork is not multi-platform, it is a posix-only tech. Windows and
non-posix systems tend to not support it due to how they handle
memory.