You can only really use several servers for the website itself. The actual order matching need to be done on a single processor detached from the front end.
They could at least detach the entering of orders into the database and the actual order processing. Also load balancing for the frontend (which is terribly slow) and for MySQL (which seems to crash frequently) should be a must-have. I doubt they have any of this...