Opened 16 years ago
Closed 16 years ago
#2106 closed enhancement (fixed)
[PATCH] Download MOTD concurrently
Reported by: | xeen | Owned by: | framm |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | unspecified | Version: | |
Keywords: | Cc: |
Description
The attached patch will make use of ExecutorService to download the content parts concurrently. For me with a ping of ~100ms this yields about 15% time savings, but may be better for high-latency connections (from 24938ms to 21234ms for 20 MOTD downloads).
The patch should make it possible to move the point where the MOTD data is required to the end of the loading queue. Making it asynchronous would also work, both make you wait. Async has the advantage though to display an UI even without MOTD… hmm, what's up with the patch from Nov 17. that was posted to the Mailing List ("Make start-up feel faster by asynchronously loading the MOTD")
See it online http://www.nabble.com/-PATCH--Make-start-up-feel-faster-by-asynchronously-loading-the-MOTD.-td20547698.html
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | MakeMOTDconcurrent.patch added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Both applied in r1350.
I would say patch has been overlooked. Better is attaching them as Trac tickets :-)