Hacker News new | ask | show | jobs
by pron 5150 days ago
Well, I'm sure it's easy to beat servlets with a load that requires only one thread with a simple enough computation model. Servlets (and any truly multithreaded solution) trades single-thread performance with the ability to scale with the number of cores. That's what I meant.

So I would think that given a heavy load on a many-core machine with interesting enough computations, nothing could beat servlets' performance.

1 comments

My apologies - it's clear you were talking about scaling performance with additional cores, which is entirely the right usage of the term.