Tagged Questions
1
vote
3answers
880 views
How to design a client server architect
I like to know the server (TCP based) architecture to support large scale of clients(at least10K) to implement Fix server. My points are
How we design it.
How to listen on the open port? Use select or ...