Tagged Questions
3
votes
3answers
1k views
Readings on writing high-performance server in Java
Could anyone please introduce books/papers/articles that I should read If I want to write a high-performance RPC server in Java, which handles large number of concurrent connections(C10K or over), is ...