sulfericacid has asked for the wisdom of the Perl Monks concerning the following question:
Since I'm using localtime as a key, I was wondering what would happen if I set it up so four files can be uploaded on the same page. Would they overwrite eachother (because they'd all share the same key) or would localtime be different for each image?
I guess the question is, is localtime determined when all the information is passed, or just when that piece of information is passed (where there would be a fraction of a second difference between image processing)?
Thank you fellow monks for your help.
"Age is nothing more than an inaccurate number bestowed upon us at birth as just another means for others to judge and classify us"
sulfericacid
edited: Sun Jul 27 15:24:06 2003 by jeffa - title change (was: localtime [278160])
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: Using localtime() as a unique identifier
by jeffa (Bishop) on Jul 27, 2003 at 00:02 UTC | |
|
Re: Using localtime() as a unique identifier
by Limbic~Region (Chancellor) on Jul 26, 2003 at 23:56 UTC | |
|
Re: Using localtime() as a unique identifier
by chromatic (Archbishop) on Jul 26, 2003 at 23:59 UTC | |
|
Re: Using localtime() as a unique identifier
by sauoq (Abbot) on Jul 27, 2003 at 00:27 UTC |