Skip to content

Commit c81fae0

Browse files
Question about C10K problem has more context, thanks to @gcaferra
1 parent c6c58d4 commit c81fae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Sooner or later I will complete it with the relative answers. Feel free to contr
220220
* What is CQRS (Command Query Responsibility Segregation)? How is it different from the oldest Command-Query Separation Principle?
221221
* What is Three-Tier architecture?
222222
* How would you design a software system for scalability?
223-
* What are the strategies to deal with the C10k problem?
223+
* Someone gave the name "The "C10k problem" to the problem of optimising network sockets to handle over 10.000 open connections at once. While handling 10.000 concurrent clients is not the same as handling 10.000 open connection, the context is similar. It's a tough challenge anyway, and no one is expected to know every single detail to solve it. It may be interesting to discuss the strategies you know to deal with that problem. Would you like to try?
224224
* How would you design a decentralized (that is, with no central server) P2P system?
225225
* Why doesn't CGI scale?
226226
* How would you defend the design of your systems against Vendor Lock-in?

0 commit comments

Comments
 (0)