Re: http Keepalive implementation

2014-06-19 Thread Lord Nynex
Hello, It seems ZMQ and Nginx keep coming up in conversations lately. There seems to be differing opinions on it's performance/feasibility in production. Do you plan to open source your code? I'd be curious to look at it. On Thu, Jun 19, 2014 at 12:24 AM, prkumar wrote: > I was going through N

Re: http Keepalive implementation

2014-06-19 Thread Maxim Dounin
Hello! On Thu, Jun 19, 2014 at 01:24:53AM -0400, prkumar wrote: > I was going through NGINX source code to implement keepalive for nginx > zeromq plugin that I have developed. > I have been inspired by ngx_http_upstream_keepalive_module. Was wondering > why nginx uses a kind of two linkedlist bas

http Keepalive implementation

2014-06-18 Thread prkumar
I was going through NGINX source code to implement keepalive for nginx zeromq plugin that I have developed. I have been inspired by ngx_http_upstream_keepalive_module. Was wondering why nginx uses a kind of two linkedlist based stack implementation to implement keepalive connection pool. Why not us