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

--- Comment #10 from Aaron Schulz <[email protected]> 2012-08-30 22:31:58 
UTC ---
Since concatenation is rare, it doesn't show up usefully in profiling.

I've made a few optimizations:
https://gerrit.wikimedia.org/r/#/c/22063/
https://gerrit.wikimedia.org/r/#/c/22118/

...but I'm not sure how much faster the file operations can be without parallel
downloading of local file copies. The slowness may not even be coming from
here, I'd need more data to say.

In any case, rather than having the JS expecting to have the whole
assembly/upload happen synchronously with the last chunk, it might help if the
JS could fallback to polling the server for completion status. Unfortunately
this would require a job queue since you can't really give a reply, close the
connection, and keep doing work in PHP.

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

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to