From: nobu.nokada@... Date: 2005-05-08T01:09:04+09:00 Subject: Re: MMU-less systems and vfork. Hi, At Thu, 5 May 2005 23:31:12 +0900, Berger, Daniel wrote in [ruby-talk:141223]: > Perhaps adding Process.vfork to core Ruby wouldn't be such a bad idea. > In Perl, I believe you can optionally add vfork support during the > configure phase. Maybe Ruby should consider a similar approach. Using vfork() resulted SEGV, so it's been replaced with fork(). -- Nobu Nakada