-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable to see the 'firehose' #20
Comments
I think Miguel is the only one who can answer. From what I understand from the bug report about "too many users crashing twisterd", there are architectural limits that are hard to deal with -- basically, if I understood correctly, every time you follow a user, you're actually joining a sort of torrent with all his posts. Joining hundreds and hundreds of torrents at the same time is hard work, and it seems to have problems when you follow more than 250 users or so. |
has there an acceptable limit of incoming messages per second been measured (to avoid crashes or freezing)? |
Giacomo, I have been think about this. You understood correctly the part about The way I modeled torrent swarms was removing all direct access to files It is not difficult to replace individual torrent's leveldb instances for a libtorrent already seems to do a good job about round-robing the torrents, regards, Miguel On Sun, Jan 5, 2014 at 1:10 AM, Giacomo Lacava notifications@github.comwrote:
|
On Sun, Jan 5, 2014 at 2:50 PM, Angel Leon notifications@github.com wrote:
I'd guess the ability of libtorrent to download pieces/second = |
Old issue i think we can close that |
With a small community and to help bootstrap things, having access to the full firehose of messages in the UI would be awesome. Since I haven't looked at the technical details yet, I wonder if it is at all possible (i.e. does my client see all messages or only the one routed to me?).
If someone think is possible and has some pointers to get me started, I'm happy to dive in the code and try a first contribution.
The text was updated successfully, but these errors were encountered: