Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: FD leaks while interacting with DB

by prabakar.bhatt (Novice)
on May 04, 2020 at 10:46 UTC ( [id://11116432]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package sample;
    
    ...
       print "Ending script \n";
    }
    1;
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
           . " threads have exited \n");
    
    sleep(30);
    
  3. or download this
    ./scr1
    
  4. or download this
    Starting loop
    Connecting to DB
    ...
    Disconnecting from DB
    Ending script
    Check no. of fd's for ocius.msb using lsof -p 9940. Sleeping 30s
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-25 23:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found