Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: memory usage and leakage

by Anonymous Monk
on Jun 23, 2011 at 11:41 UTC ( [id://911069]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    sub print_size {
        my ( $msg ) = @_;
    ...
    load POE => qw(Component::Server::TCP);
    print_size("POE => qw(Component::Server::TCP)");
    __END__
    
  2. or download this
    VM: 18660 < WS: 2756 VM: 608 >      empty
    VM: 18660 < WS: 2956 VM: 636 >      strict
    ...
    VM: 25352 < WS: 10188 VM: 7444 >      LWP::UserAgent
    VM: 34232 < WS: 17548 VM: 14592 >      Moose
    VM: 52272 < WS: 22800 VM: 19232 >      POE => qw(Component::Server::TC
    +P)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 21:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found