0
1
I am looking at coding a Bitcoin trading exchange, Would PHP be sufficient for an order matching engine? The server would be load balanced with running MySQL.
0
1
I am looking at coding a Bitcoin trading exchange, Would PHP be sufficient for an order matching engine? The server would be load balanced with running MySQL.
3
Yes, I have built exchanges with PHP and MySQL. I would also recommend Redis for caching.
Cheers! appreciate it, will look into Redis. – tommo – 2013-12-04T04:02:25.140
does it support row locking like innodb? – tommo – 2013-12-04T10:07:33.770