Revision history for Perl extension Thread::Isolate.
0.04 2005-02-02
- Fixed memory leak for Perl 5.8.4-Win32 for push() and shift() of shared @{ $this->{jobs} }.
- Fixed Job destruction in the thread execution side.
- Added limit (200) of added jobs in the list and a delay until reduce that.
0.03 2005-01-31
- Added Thread::Isolate::Map. (see POD).
- Added Thread::Isolate::Pool. (see POD).
- Fixed memory leack for eval() calls to a thread. (Memory is stable now).
- More tests.
- Many new resources. (see POD).
0.02 2005-01-31
- Added Mother Thread, that holds cleaner state of Perl, as the generator of all threads.
- Added support to create Thread::Isolate objects inside other Thread::Isolate. So, is possible
to clone a thread from outside too.
0.01 2005-01-29 17:51:27
- original version;