Ezra

Results 56 comments of Ezra

Looking into this it seems like either a file or tracker wasn't properly added. Can you add some tracing to the file_rpc_id/tracker_rpc_id functions and see if they're called with those...

I wonder how it's possible that this is being dropped twice since that's the only time this code is called. I'll have to do some more thinking, but I recommend...

Looks like an issue in nix, I'll take a look

Awesome, I really would like to switch, but the issue with channels (and more minor timers) has been blocking this. I'm happy to give feedback on your plan, but it's...

I've thought about this a bit, I may attempt it myself if you're not actively working on it. Here's my idea: * Create a new thread whose sole purpose is...

Actually we can simplify the above model by just wrapping all channels with the Waker of the receiver. On sending to that channel we just directly notify the thread. The...

Overall this looks good, my main point of concern is the scheduling code. I think there should be no need to spawn a thread per timer task, we should be...

Thanks for doing this, I'll take a look sometime this week.

I would like to do some sort of "official" performance comparisons, though brief testing on my part (1000-2000 torrents) indicates reasonable performance. For conversion, no such tools exist yet, but...

At this point rc2 has been released and I think synapse is generally stable enough to be used, with migration now available via the import feature. Prior to releasing the...