Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Writing to a file

by jalebie (Acolyte)
on Aug 20, 2001 at 23:33 UTC ( [id://106331]=note: print w/replies, xml ) Need Help??


in reply to Re: Writing to a file
in thread Writing to a file

The problem with that is that I am planning to run the for loop for over a 100,000 times easily, which would generate a 100,000 of temp files

Replies are listed 'Best First'.
Re: Re: Re: Writing to a file
by Cine (Friar) on Aug 20, 2001 at 23:38 UTC
    Cant you change your called script to use Sys::Syslog, that should solve your problem...

    T I M T O W T D I
Re: Re: Re: Writing to a file
by Cine (Friar) on Aug 20, 2001 at 23:46 UTC
    You are going to get a problem with open filehandles and other resources if you are planning on starting 100k processes at once...
    Perhaps you should just open 10-100 at a time and wait for them to finish and then continue...

    T I M T O W T D I

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-19 03:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found