Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Parallel::ForkManager, DBI using memory

by perrin (Chancellor)
on Nov 08, 2004 at 04:20 UTC ( [id://405970]=note: print w/replies, xml ) Need Help??


in reply to Parallel::ForkManager, DBI using memory

How many processes are running in parallel at once? 200 Perl interpreters with DBI loaded in each one could easilly take that much space.
  • Comment on Re: Parallel::ForkManager, DBI using memory

Replies are listed 'Best First'.
Re^2: Parallel::ForkManager, DBI using memory
by 2ge (Scribe) on Nov 08, 2004 at 13:30 UTC
    read documentation for ForkManager, it run just 5 parallel threads at once, it is written in here:

    my $pm=new Parallel::ForkManager(5);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (1)
As of 2024-04-19 00:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found