in reply to Re^5: What is PERL_COPY_ON_WRITE Compile Option About
in thread What is PERL_COPY_ON_WRITE Compile Option About

By the CoW explanation given earlier in the thread, it would be impossible to share them beyond the point where they change, explicitely or otherwise. One would have to use some form of IPC to share data.

  • Comment on Re^6: What is PERL_COPY_ON_WRITE Compile Option About