doc: point out that we can handle multiple clients concurrently

This commit is contained in:
Omar Polo 2020-11-05 17:06:12 +01:00
parent dd080e1f75
commit 20f688381a
No known key found for this signature in database
GPG Key ID: 35F98C96A1786F0D
2 changed files with 4 additions and 2 deletions

View File

@ -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**

3
gmid.1
View File

@ -54,7 +54,8 @@ It should be noted that
.Nm
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.)
.Pp
If a user request path is a directory,
.Nm