Disclaimer: the author has tried his best to ask a question that will not be closed like the previous one.
I have written a piece of Erlang software, that has proven:
- to be N times faster than its non-parallel counterpart;
- to scale nice on processors with more cores.
I would like to know if there is a cheaper alternative to rather expensive Xeon/Opteron.
I would like to have a multi-core CPU, which:
- has more cores/threads than Xeon or Opteron processors;
- can have lower frequency, than Xeon or Opteron (500 MHz is ok, the Erlang application doesn't do any number crunching);
- is possible Linux/Erlang to be run on;
- is cheaper that Xeon or Opteron processor.
I have found this list, but maybe there are already some best practices on which multi-core CPUs to use for Erlang parallel computing.