Home PERL What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ E-mail
User Rating: / 0
PoorBest 
Their destructors are called when that interpreter thread shuts down. When the interpreter exits, it first does an exhaustive search looking for anything that it allocated. This allows Perl to be used in embedded and multithreaded applications safely, and furthermore guarantees correctness of object code.
Comments
Search
Only registered users can write comments!

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

 
 

Related links

Related Links:

Related Images

Related Links: