Custom Query (2447 matches)
Results (112 - 114 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2127 | WontFix | select() reactor has problems with >1024 File Descriptors | ||
Description |
The select reactor has issues with more than 1024 file descriptors, which leads to errors like this when having a large number of connections. I'm not sure what the best path to take in this situation is. Either we could integrate with twistd, which does it's own intelligent reactor selection, or write logic to determine whether we're on Linux, and if so, opt for the poll() or epoll() reactor, and select() otherwise. Traceback (most recent call last):
--- <exception caught here> ---
exceptions.ValueError: filedescriptor out of range in select() Unhandled error in Deferred: Traceback (most recent call last):
--- <exception caught here> ---
exceptions.KeyError: <type 'instance'> |
|||
#2173 | Invalid | Core freezes under heavy load | ||
Description |
Hi guys, Not quite sure what would be a good way to provide supporting information to help diagnose this, but please let me know what I can run/give you. Deluge pretty often will enter a state of "not-answering" under heavy load. This usually happens when downloading at ~>15MB/s. It will suddenly stop writing to disk, and stop responding to api probes. Any ideas on what I can do to help figure out why this is occuring? (We've (archive.org) been using it to fetch large amounts of data via bittorrent, and it's been working awesomely, aside from a few issues handling high-volume downloads as per above. Thanks for such a great project. =) ) |
|||
#2174 | Fixed | Unable to add torrent via URL | ||
Description |
Hi guys! I get the following when attempting to add a torrent via URL. Any ideas? deluge-console 'add -p "/1/downloads/9c8534b29cce486a571aa76f8225c35ee2e29d6d_wcd_ketsui-extra--dodon_manabu-namiki-_flac_lossless_1644875" "http://bt-download04/torrents.php?action=download&id=1644875&authkey=c28aba95c183165ef8ed2e8ae6a3bbbd&torrent_pass=4np8z7qkzb6dbv8pzdbqoqznvm7avir1"' /1/"http:/bt-download04/torrents.php?action=download&id=1644875&authkey=c28aba95c183165ef8ed2e8ae6a3bbbd&torrent_pass=4np8z7qkzb6dbv8pzdbqoqznvm7avir1" doesn't exist! |