Rewrite lookup via MySQL table

agentzh agentzh at gmail.com
Tue Aug 24 06:13:07 MSD 2010


On Tue, Aug 24, 2010 at 8:25 AM, Michael Shadle <mike503 at gmail.com> wrote:
>
> otherwise, mysql lookups will block, and most nginx modules are
> designed with non-blocking in mind
>

mysql lookups do not necessarily block if you do not use libmysql.

Our ngx_drizzle module can talk with mysql 5.1+ without blocking the
nginx process and it's been heavily used in production. See
http://github.com/chaoslawful/drizzle-nginx-module for more details.

Cheers,
-agentzh



More information about the nginx mailing list