physercoe / starquant

a light-weighted, integrated trading/backtesting system/platform(综合量化交易回测系统/平台)
Apache License 2.0
539 stars 164 forks source link

多进程相关问题 #13

Closed fingertap closed 2 years ago

fingertap commented 2 years ago

请问starquant您是用多进程实现的吗?在多个进程间serve数据的开销如何?

physercoe commented 2 years ago

行情、交易可以是采用单独的进程,进程间通过消息队列或共享内存进行通信,消息队列间延迟在几十到上百个us,共享内存在us级别。