buffer chains optimisation
Chavelle Vincent
lists at ruby-forum.com
Fri Apr 25 21:17:30 MSD 2008
Hi,
I read the guide about the Nginx module development and I don't find any
description about how buffer chains are processed. For example, I send a
file line by line and I would like to know if it's optimized to create
one buffer (ngx_buf_t) and one chain (ngx_chain_t) for each line or to
concatenate entire document and send it with only one buffer/chain.
Thanks in advance
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list