[Lxr-dev] [ lxr-Bugs-568493 ] low performance in Files::tmpfile
Brought to you by:
ajlittoz
From: <no...@so...> - 2002-06-13 12:26:41
|
Bugs item #568493, was opened at 2002-06-13 12:26 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=390117&aid=568493&group_id=27350 Category: genxref Group: v0.9.1 Status: Open Resolution: None Priority: 5 Submitted By: Gregor Hartmann (grex) Assigned to: Nobody/Anonymous (nobody) Summary: low performance in Files::tmpfile Initial Comment: When using Plain.pm the file is copied entirely to the tmp dir. Would a Symbolic link be enough here at least for UNX? Maybe the Files module could be changed to supply two methods AcquireTempFile( ... ) ReleaseTempFile( ... ) AcquireTempFile could then in the case of Plain files just return the original filename while ReleaseTempFile does nothing. Ths is to avoid unlinking the files if they are no real tempfiles but the original. I could do this but first wanted to hear if there is any problem. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=390117&aid=568493&group_id=27350 |