Code Monkey home page Code Monkey logo

Comments (1)

intel352 avatar intel352 commented on July 28, 2024

When you're running a download or a torrent, there are often multiple filesystem connections to the same file. For instance, I use jdownloader which downloads multiple pieces of a file from a single source (via multiple download connections).
Due to how it operates, cloudfuse is not well suited for such actions. Once a file exists in the cloudfuse mount point, after it is finished being written to, the file is then sent via http to Rackspace Cloud Files.

So this means if you have a torrent file that is being saved in bits, or in my case a file that is being saved in parts, this can cause a conflict with out cloudfuse actually functions.

It appears an additional factor may be how cloudfuse caches files that are stored in your mount point (as you don't have files physically stored there, they are just virtually represented by cloudfuse from the remote cloud files server).

Regardless, the better process is to do any partial file writing via normal disk (i.e. - physical storage), and once that is complete, move the file to your cloudfuse mount point.

Also, watch out for >5gb file sizes, as they will error. To handle those files properly, check out this link:
http://www.rackspace.com/knowledge_center/index.php/Does_Cloud_Files_support_large_file_transfer

from cloudfuse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.