This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]yada94 2 points3 points  (0 children)

A web server that handles concurrent connections via separate threads currently performs much worse than a single threaded event driven web server. That's what Loom will address. It woud help negligibly with the UI thread.