On Mon, Mar 18, 2013 at 4:43 PM, Ken Paul <[email protected]> wrote: > If a process is forked on Linux, which version of ruby is implemented > with the copy-on-write technique?
It sounds as if you were mixing OS and Ruby features. If the OS implements this *all* processes benefit from it - regardless of implementation. Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/ -- [email protected] | https://groups.google.com/d/forum/ruby-talk-google?hl=en --- You received this message because you are subscribed to the Google Groups "ruby-talk-google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
