Re: detach method doesn't release memory (ithreads)

2004-04-12 Thread Steve Schein
Could you please verify if this problem still exists with Perl > 5.8.4-RC1, currently available from CPAN? >>> Hi Liz. Thanks for the response. I couldn't find 5.8.4-RC1 on CPAN here http://www.cpan.org/src/5.0/ but I'm still looking. I will upgrade accordingly and report back. Best, Stev

Re: detach method doesn't release memory (ithreads)

2004-04-12 Thread Elizabeth Mattijsen
At 17:47 -0700 4/11/04, Steve Schein wrote: I have a Perl program (v5.8.0 on Mandrake Linux 9.0) that spawns a new thread each time a user logs in and then detaches the thread when the login tasks are completed. For example: my $peer_thr = threads->create(\&send_comm_messages, $username)->detach;