aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2020-11-05 17:06:12 +0100
committerOmar Polo <op@omarpolo.com>2020-11-05 17:06:12 +0100
commit20f688381a6fa21c0e41a67a75423cd39b0ae56d (patch)
tree8f7aa2321b3841ff71949029c84f2f85eb7bc618 /README.md
parentdd080e1f755075b28ff552d3ebcf94508e3c3e66 (diff)
doc: point out that we can handle multiple clients concurrently
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b797dbf..c8f89ac 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,8 @@ It should be noted that
**gmid**
is very simple in its implementation, and so it may not be appropriate
for serving site with lots of users.
-After all, the code is single threaded and use a single process.
+After all, the code is single threaded and use a single process
+(multiple requests are handled concurrently thanks to async I/O.)
If a user request path is a directory,
**gmid**