improve wording

"concurrently" means at the same time, which can be confusing when we
say that it's single-threaded on a single process.
This commit is contained in:
Omar Polo 2020-12-21 15:51:09 +01:00
parent 51d876f030
commit 83000e2dd4
No known key found for this signature in database
GPG Key ID: 35F98C96A1786F0D
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ It should be noted that
is very simple in its implementation, and so it may not be appropriate
for serving sites with lots of users.
After all, the code is single threaded and use a single process,
although it can handle multiple requests concurrently.
although it can handle multiple clients at the same time.
If a user request path is a directory,
**gmid**

2
gmid.1
View File

@ -53,7 +53,7 @@ It should be noted that
is very simple in its implementation, and so it may not be appropriate
for serving sites with lots of users.
After all, the code is single threaded and use a single process,
although it can handle multiple requests concurrently.
although it can handle multiple clients at the same time.
.Pp
If a user request path is a directory,
.Nm