gitbitex / gitbitex-spot

An Open Source Cryptocurrency Exchange
https://gitbitex.com:8080/trade/BTC-USDT
487 stars 252 forks source link

Is the matching engine distributed? #25

Open anooshcnayak opened 3 years ago

anooshcnayak commented 3 years ago

If I have a multi machine deployment? Will the matching happen across the machines? I could see the order getting stored in-memory. Will this not bloat up the memory if I have thousands of order across multiple products?

ammanpashasc commented 3 years ago

Hey, were you able to figure this out?

anooshcnayak commented 3 years ago

@ammanpashasc Yes! it is not distributed. Single threaded with orderbook snapshots taken in regular intervals & stored in redis