How to implement handshake in an upstream module?

Reetesh Ranjan reeteshr at outlook.com
Fri Dec 6 06:26:41 UTC 2013


Hi!
> Date: Thu, 5 Dec 2013 13:23:55 -0800
> Subject: Re: How to implement handshake in an upstream module?
> From: agentzh at gmail.com
> To: nginx-devel at nginx.org
> 
> You're essentially doing pipelined requests here and you will run into
> the following limitation in the nginx core:
> 
>     http://mailman.nginx.org/pipermail/nginx-devel/2012-March/002040.html
> 
> I ran into this when testing my ngx_redis2 module's pipelined request
> feature and my patch in that thread will help you :)
Thanks for the info. :)
> Also, you may also want to deal with keepalive connections in your
> module in the future and you will want to save the handshake for
> reused connections (from the connection pool).
Yeah, this is on the table for obvious performance reasons. I saw how you have put that upfront for redis, and that is really good. :)
> 
> Regards,
> -agentzh
> 
> _______________________________________________
> nginx-devel mailing list
> nginx-devel at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-devel
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20131206/0788b09d/attachment.html>


More information about the nginx-devel mailing list