in reply to
Re: Perl Threads and multi-core CPUs
in thread
Perl Threads and multi-core CPUs
Doesn't refcounting kinda defeat COW?
Comment on
Re^2: Perl Threads and multi-core CPUs
Replies are listed 'Best First'.
Re^3: Perl Threads and multi-core CPUs
by
perrin
(Chancellor)
on Sep 10, 2008 at 05:38 UTC
Not really. It will erode some of the shared pages over time, but in practice COW saves a lot of memory.
[reply]
In Section
Seekers of Perl Wisdom