Open petergsnm opened 10 years ago
@petergsnm I've noted several obvious differences:
For better comparison on functionalities and implementations, you'll need to read both modules' documentation and C source, or even do you own testing (I'm not interested in nor have the time to test the ngx_enhanced_memcached
module myself).
Can you please clarify why you suggest this not to be integrated with Nginx? This module is not supposed to be merged into the Nginx core because I've used Ragel to generate the memcached response parsers (in C)
I take me wrong; I did not suggest that, it is just that the NGINX maintainers dislike machine generated C code (from Ragel, for example). It is that simple.
Hi,
How is this different from the enhanced memcache module of ngx_http_enhanced_memcached_module ?
Can you please clarify why you suggest this not to be integrated with Nginx?
This module is not supposed to be merged into the Nginx core because I've used Ragel to generate the memcached response parsers (in C)
Thanks, Peter