Translating... Concurrent servers

This commit is contained in:
GitFuture 2017-10-11 14:28:42 +08:00
parent 20209cc8b7
commit 2d67cfd3d4

View File

@ -1,6 +1,8 @@
[Concurrent Servers: Part 1 - Introduction][18]
============================================================
GitFuture is Translating
This is the first post in a series about concurrent network servers. My plan is to examine several popular concurrency models for network servers that handle multiple clients simultaneously, and judge those models on scalability and ease of implementation. All servers will listen for socket connections and implement a simple protocol to interact with clients.
All posts in the series: