Programmers often whine that if only they had a faster/more memory/more cores machine they would be much happier (they never say more productive).
Can anyone think of a programming benift for whatever language/protocol system of having two idle quad quad core servers available in addition to the programmers workstation.
I can't because most compilers/interpreters are often single treaded per say and follow a compile/check syntax phase then a link/binding sequence. And no ability to farm the compile phase, where many source files are compiled, exists even in modern IDEs.