This commit is contained in:
agentzh (章亦春) 2010-11-18 10:56:29 +08:00
Родитель b41e7dd962
Коммит 76507f452d
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -123,7 +123,8 @@ The Lua interpreter instance is shared across all
the requests in a single nginx worker process.
Request contexts are isolated from each other
by means of Lua (light) threads (aka Lua coroutines). And Lua modules loaded are persistent on
by means of Lua (lightweight) threads (aka Lua coroutines).
And Lua modules loaded are persistent on
the nginx worker process level. So the memory
footprint is quite small even when your
nginx worker process is handling 10K requests at the same time.