Code

Programming Languages: Python

License: GNU General Public License version 2.0 (GPLv2)

Repositories

browse code, statistics svn co https://http-replicator.svn.sourceforge.net/svnroot/http-replicator http-replicator

Show:

What's happening?

  • Temporary file problem

    Temporary files are created using os.tmpfile() . On my system this points to a fast RAM file system that runs out of space for large downloads - resulting in http-replicator crashing. Http-replicator should use an explicit directory for this purpose (the cache directory would be fine - since this would typically be a large disk-based file system). A possible solution would be to use the...

    2012-02-23 04:36:51 PST by philosophy

Our Numbers