develooper Front page | perl.perl6.internals | Postings from July 2002

Re: Parrot Glossary - COW

Thread Previous
From:
Aldo Calpini
Date:
July 5, 2002 06:10
Subject:
Re: Parrot Glossary - COW
Message ID:
019b01c22425$4f678750$d200a8c0@office.alos.it
Aldo Calpini wrote:
> I'll give my try, but I'm no expert at all. feel free to correct me if I'm
> wrong.

I'll do it myself before the big guys step in.

> COW stands for Copy On Write. it means that when you have to copy a
string,

I am misleading here: COW can be applied to anything, not just strings.
we are talking about COW strings here in Parrot, but the concept is valid
for any data.
just to make an example, Unix fork()ed processes are COWed.


cheers,
Aldo

__END__
$_=q,just perl,,s, , another ,,s,$, hacker,,print;


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About