Thank you for your reply.
But, actually, I am looking for a native C module...
Eran
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,247481,247483#msg-247483
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/ngi
On Wed, Feb 12, 2014 at 1:45 PM, erankor2 wrote:
> Hi All,
>
> I want to develop an Nginx HTTP module that gets several values from
> memcache, performs some processing on them and returns the result to the
> client. I want all memcache operations to be performed asynchronously
> without blocking
Hi All,
I want to develop an Nginx HTTP module that gets several values from
memcache, performs some processing on them and returns the result to the
client. I want all memcache operations to be performed asynchronously
without blocking the worker process for maximum scalability. For this
reason,