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

Re: "unique" filename?

by tune (Curate)
on Dec 04, 2000 at 05:18 UTC ( [id://44729]=note: print w/replies, xml ) Need Help??


in reply to "unique" filename?

nobody answered the original question. (that is what i learned from revote hearings CNN Live...:)))

do { $newfilename = $$.time(); } until (!-e $newfilename); print $newfilename; # and then do your stuff

-- tune

Replies are listed 'Best First'.
Re: Re: "unique" filename?
by merlyn (Sage) on Dec 04, 2000 at 05:21 UTC
      but the existing file can be removed by another thread in less time than 1 second. I understand why I have got downvoted, but the point is not on the method of creating the unique filename it is on how to avoid overwrinting the existing file.

      -- tune

        If someone else is creating and deleting files with your process ID and your timestamp, you've got more problems than can be solved within the scope of this discussion. For one, you must now do an atomic update, not just test in one operation and set in another.

        Please specify your conditions when you provide a solution. I'm presuming standard Unix, where I can be reasonably assured that time().$$ is unique for a given process. If you've got some weirdo situation, please give it. I'm pretty sure you were downvoted (at least by me :) because you didn't specify your alternative context.

        -- Randal L. Schwartz, Perl hacker

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-20 02:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found