Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

memory leak with perl ithreads

by franzs (Initiate)
on Apr 03, 2011 at 09:14 UTC ( [id://897173]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    time/s    virtual  residential    
    00:00:00  16504     8428
    ...
    00:31:00  39160    31368
    00:32:00  40184    32268
    00:33:00  41208    33032
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            usleep($sleep_value * 1000000);
            print "thread id " . threads->tid() . ": Done  sleeping " . $s
    +leep_value . " seconds\n";
    }
    
  3. or download this
    Summary of my perl5 (revision 5 version 10 subversion 1) configuration
    +:
    
    ...
        usemymalloc=n, bincompat5005=undef
      Compiler:
    [...]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://897173]
Approved by GrandFather
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-26 00:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found