moxie0 / Convergence

An agile, distributed, and secure alternative to the Certificate Authority system.
http://convergence.io
623 stars 127 forks source link

SSL slows to a crawl #172

Open singpolyma opened 11 years ago

singpolyma commented 11 years ago

(or possibly never resolves) when I have Convergence enabled. I tried disabling each of the default notaries, but the only thing that gives me back usable speed is disabling Convergence.

Firefox 20.0 on Ubuntu 12.10

mk-fg commented 11 years ago

Might be related to #173 - you can try running firefox from the terminal to see if it hangs right after "polling on read..." output there.

singpolyma commented 10 years ago

Here's the relevant terminal output:

Handling accept event...
ShuffleWorker accepted connection: 0xaad47b40
Spawning connectionworker...
mk-fg commented 10 years ago

Ok, doesn't look that much like #173 to me.

It looks like code is crashing there with some JS error, so should be seen in JS console (Ctrl+Shift+J) - there might be more useful info when you connect. Though note that I'm not a committer in this repo, so may not be able to help much even with that.

I have a suspicion that it still might be fixed in my fork, given that I've used it successfully on fairly similar platform (linux with ff 20 and same-age libs), but can't really point to any specific reason why.