Closed GoogleCodeExporter closed 9 years ago
Original comment by prof7...@gmail.com
on 7 Jan 2009 at 12:49
Original comment by prof7...@gmail.com
on 7 Jan 2009 at 12:54
[deleted comment]
fixed in trunk (r331 + r332). Also incoming temporary files (file transfer) are
now always wiped before unlinking, every os.unlink() in the whole application
has been replaced.
Original comment by prof7...@gmail.com
on 24 Dec 2010 at 7:28
This may overwrite the files, however it causes a nice cpu spike which when
dealing with large files locks torchat up from doing anything.
Original comment by YogisB...@gmail.com
on 7 Jan 2011 at 4:20
you are right, i didn't test with really big files. I have improved it a lot in
the current svn, its now doing this in a separate thread and also a bit faster
because the previous method of generating a few MB of random numbers (only one
byte at once) was really quite CPU wasting.
Original comment by prof7...@gmail.com
on 9 Jan 2011 at 2:45
Original issue reported on code.google.com by
hazem.bi...@gmail.com
on 6 Jan 2009 at 6:39