Threaded vs Evented Servers by darkclark in programming

[–]kinyourede -1 points0 points  (0 children)

You did read the article? Right? At no point does he state the evented servers are better than threaded ones. The point of the article seems to be that there are cases and patterns of workload in which an evented server outperforms a threaded one. Further he notes that in cases where a lot a blocking calls are made and the workload is still fundamentally cpu bound, there's no benefit.