more wording tweaks in README.

This commit is contained in:
agentzh (章亦春) 2010-11-22 11:40:31 +08:00
Родитель 1fce2771fb
Коммит 7415b527ef
1 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -322,10 +322,12 @@ configured with disk file directory or *any*
other nginx C modules like
`ngx_proxy`, `ngx_fastcgi`, `ngx_memc`,
`ngx_postgres`,
`ngx_drizzle`, and even `ngx_lua` itself and etc etc etc. Note that subrequests just mimic the HTTP
interface but behind the scene, there's *no*
extra HTTP/TCP traffic nor IPC cost. Everything
works internally, and on the C level.
`ngx_drizzle`, and even `ngx_lua` itself and etc etc etc.
Also note that subrequests just mimic the HTTP
interface but there's *no*
extra HTTP/TCP traffic nor IPC involved. Everything
works internally, efficiently, on the C level.
Here's a basic example: