Feature #26

Download files to RAM

Added by Alguno about 6 years ago. Updated almost 4 years ago.

Status: New Start: 05/29/2010
Priority: Normal Due date:
Assigned to: Alguno % Done:

0%

Category: Decoder plugin
Target version: 0.9.0
Votes: 2

Description

Currently all downloaded part data is saved to disk and when all parts are downloaded, all parts are read again and decoded into the final file.
This causes a reasonable amount of disk I/O. This can be improved by keeping all downloaded parts in memory. When all parts are downloaded, the
individual parts will get decoded and written to disk.

History

#1 Updated by Alguno over 4 years ago

  • Target version set to 0.8.0

#2 Updated by Alguno about 4 years ago

  • Target version changed from 0.8.0 to 0.9.0

#3 Updated by maartenvdb almost 4 years ago

    My solution for this is using tmpfs.

    If you use this in /etc/fstab

    tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0

    and set your download (temp) folder to /tmp.
    Great results with it.

    Also available in: Atom PDF