custom Nginx module memleaks problem
agentzh
agentzh at gmail.com
Mon Jun 25 03:26:01 UTC 2012
Hello!
On Mon, Jun 25, 2012 at 8:36 AM, tonny.young <nginx-forum at nginx.us> wrote:
> Thanks for the suggestions.Can you explain me how my module "blocks"?
>
All your memcached related calls from within your content handler will
block your nginx worker processes from serving other concurrent
requests, which essentially turns your nginx server into something
like Apache's prefork mpm.
Regards,
-agentzh
More information about the nginx
mailing list