Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Timing of garbage collection

by BrowserUk (Patriarch)
on Jan 19, 2013 at 00:41 UTC ( [id://1014157]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\test>perl -E"say `tasklist|find \"$$\"`; $x=chr(0); $x x= 2e6; say 
    +`tasklist|find \"$$\"`; undef $x; say `tasklist|find \"$$\"`"
    perl.exe                    139252 Console                    1      4
    +,660 K
    perl.exe                    139252 Console                    1      6
    +,680 K
    perl.exe                    139252 Console                    1      4
    +,724 K
    
  2. or download this
    C:\test>perl -E"say `tasklist|find \"$$\"`; $x=chr(0); $x x= 1040352; 
    +say `tasklist|find \"$$\"`; undef $x; say `tasklist|find \"$$\"`"
    perl.exe                    129340 Console                    1      4
    +,688 K
    ...
    perl.exe                    241476 Console                    1      4
    +,704 K
    perl.exe                    241476 Console                    1      5
    +,788 K
    perl.exe                    241476 Console                    1      5
    +,792 K
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 22:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found