https://bugzilla.wikimedia.org/show_bug.cgi?id=24985

Roan Kattouw <roan.katt...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roan.katt...@gmail.com

--- Comment #2 from Roan Kattouw <roan.katt...@gmail.com> 2011-01-02 21:17:34 
UTC ---
(In reply to comment #1)
> It looks like most code using $wgTmpDirectory doesn't actually need to keep 
> the
> files around across requests or anything, though. (Math and URL uploading take
> advantage of being able to rename the output file atomically from the temp
> location to the final location, but it's probably not a performance-critical
> path and isn't guaranteed since the dir is renamable.)
> 
UploadStash needs this (ability to keep temp files across requests and read
them), although it uses the filerepo abstraction so I'm not sure if
$wgTmpDirectory is used directly or if the repo uses $wgUploadDirectory/tmp
regardless of what $wgTmpDirectory is. I think it's the latter, but it's been
too long since I touched it.

> Math and easytimeline also don't clean up their temp files very nicely, which
> is lazy.
Neither does UploadStash, BTW. Maybe we should supply a cron job for this;
we're gonna need it on the cluster for UploadStash anyway, once it's used more
often.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to