View Single Post
Old 05-17-2014, 05:55 PM   #1018
jgoguen
Generally Awesome Person
jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.
 
Posts: 1,100
Karma: 2191133
Join Date: Jan 2013
Location: /dev/kmem
Device: Kobo Clara HD, Kindle Oasis
Actually it would. IIRC, the job class used for "Send to Device" are DeviceJob instances, which run one at a time. Choosing "Send to Device" with 50 books twice queues up the first 50 to run one at a time and then the second 50 behind the first, all to run one job at a time.

Changing this would require some pretty hefty reworking, and I'm not sure it would be a good idea or even something I'd be willing to implement anyway - there's a very good reason (the potential for corruption or missed updates) only one DeviceJob can run at any time!
jgoguen is offline   Reply With Quote