On Thu, 3 May 2001, Artur Bergman wrote:
> Hello,
>
> The iThread module now works in creating and joining in threads,
> however the interesting issue is sharing variables between
> interpreters (otherwise we just have fork...);
Good work!
> does :shared work in bleadperl? attrs.pm doesn't seem to have a clue
> about it? There are two issues here as I see it.
>
> The first passing a SV between two threads, if the thread that
> allocated the SV destructs it will free the arena that the SV used,
> (assuming perl_destruct_level > 0). I solved this temporarily by
> creating an empy PerlInterpreter for keeping shared variables in.
Where can I get a copy of your iThread module? Do you have it available
for download somewhere?
- D
<[EMAIL PROTECTED]>