Y
Hacker News
new
|
ask
|
show
|
jobs
by
wmf
1544 days ago
No amount of concurrency on a single core can equal the performance of multiple cores.
2 comments
pjmlp
1544 days ago
That is why you deploy a process per core, with affinity so that it doesn't jump around.
link
cestith
1544 days ago
You can run more than one unikernel per machine. That's why things like KVM or Bhyve are targets instead of just bare metal.
link