Tagged Questions
28
votes
6answers
2k views
Is there any modern review of solutions to the 10000 client/sec problem
(Commonly called the C10K problem)
Is there a more contemporary review of solutions to the c10k problem (Last updated: 2 Sept 2006), specifically focused on Linux (epoll, signalfd, eventfd, ...
7
votes
3answers
811 views
Will PHP Die In Web Page Development World? [closed]
I know that PHP is still the most popular web programming language in the world. This question just want to bring some of my concerns about PHP.
PHP is naturally bound to C10K problem. Since PHP ...
5
votes
9answers
758 views
What are the theoretical performance limits on web servers?
In a currently deployed web server, what are the typical limits on its performance?
I believe a meaningful answer would be one of 100, 1,000, 10,000, 100,000 or 1,000,000 requests/second, but which ...
2
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 ...