Commit Diff


commit - dd080e1f755075b28ff552d3ebcf94508e3c3e66
commit + 20f688381a6fa21c0e41a67a75423cd39b0ae56d
blob - b797dbf6e77bf6baf09be18b4ac438a639f39ca4
blob + c8f89acd284867d00f540bb283159814431b7dc8
--- README.md
+++ 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**
blob - dd2cf2ad47c6009dae1214aea472fbb006cc911b
blob + 5d86d0db9b347b5e262e0ff9e7f26e221cecef17
--- gmid.1
+++ gmid.1
@@ -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