sneilan / stock-exchange

Personal stock exchange on your laptop!
Other
39 stars 7 forks source link

Replace SocketServer with Epoll #15

Open sneilan opened 10 months ago

sneilan commented 10 months ago

Epoll will let the exchange handle thousands if not hundreds of thousands of clients at the same time. I could use io_uring but the exchange already uses ringbuffers to spool inbound and outbound messages.