2009/1/8 David N <davidn04_at_gmail.com>: > > I use transmission daemon + transmission web. > You can control it via command line or web interface. transmission is a nice, small client, but be aware that it performs poorly on torrents with many files / many torrents. It uses a hard-coded number of open files: 16. Not more. So, transmission gives you a nice system load by opening and closing many files per second (and the only thing you can do is change the source code :-D) with torrents containing many files. That's why I second Ed and suggest net-p2p/rtorrent. rtorrent hashes files slowly because it uses mmap for this and counts on the kernel to behave like Linux does, but FreeBSD doesn't: On Linux, madvise(..., MADV_WILLNEED) will preload a page, and seemingly, FreeBSD has a different behaviour. That's the simple reason. Nonetheless, rtorrent is small and very efficient. LuciusReceived on Thu Jan 08 2009 - 11:39:49 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:40 UTC