highly scalable socket server design

Posted by Avinash on Stack Overflow See other posts from Stack Overflow or by Avinash
Published on 2010-03-24T05:09:15Z Indexed on 2010/03/24 18:03 UTC
Read the original article Hit count: 358

Filed under:

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.

© Stack Overflow or respective owner

Related posts about design