Reg. nginx_tcp_proxy_module

ESWAR RAO eswar7028 at gmail.com
Tue Apr 23 06:29:22 UTC 2013


Hi All,

I have a below setup:

netcat client (nc localhost 8081) =====>nginx server(8081) with tcp_proxy
module=====>2 netcat servers(8031 and 8032)

$ nc localhost 8081
biiiiiiiiiiiiiiiiii

$ nc -lk 8031
biiiiiiiiiiiiiiiiii

$ nc -lk 8032


If I kill the process $ nc -lk 8031, the client is also getting killed.

I expect the nginx server would read 0 bytes upon closing the connection to
8031 server and it detects the server failover and it establishes the
connection to 8032 server so that the clients won't experience any
downtime. Since the client establishes connection to only nginx at 8081, it
should be shielded from failover of 8031 server.

Can anyone please help me if my understanding is wrong ??

Thanks
Eswar Rao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20130423/1c7e3995/attachment.html>


More information about the nginx mailing list