highly scalable socket server design
- by Avinash
How do i design a socket server, which accept various trades ( stock symbol, its value )
Trades are coming in the form of continuous stream.
I need to process those trades based on the subscription client list.