diff options
author | Omar Polo <op@omarpolo.com> | 2020-11-05 17:06:12 +0100 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2020-11-05 17:06:12 +0100 |
commit | 20f688381a6fa21c0e41a67a75423cd39b0ae56d (patch) | |
tree | 8f7aa2321b3841ff71949029c84f2f85eb7bc618 /README.md | |
parent | dd080e1f755075b28ff552d3ebcf94508e3c3e66 (diff) |
doc: point out that we can handle multiple clients concurrently
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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** |