Y
Hacker News
new
|
ask
|
show
|
jobs
by
dikei
572 days ago
Yeah, I think the HFT guys use CPU pinning a lot: 1 process - 1 CPU, so you'd need multiple processes to take advantage of multicores server.
1 comments
gpderetta
572 days ago
Usually it is 1 thread - 1 CPU. There might be other reasons (address space separation has its own advantages - and disadvantages) to have distinct processes of course.
link