Re: Horizontal Scalability in python

2015-09-15 Thread Iuri
You can do it with nginx. Tornado has some docs about it: http://tornado.readthedocs.org/en/latest/guide/running.html#running-behind-a-load-balancer Also, nginx has extensive documentation about the topic; https://www.nginx.com/resources/admin-guide/load-balancer/ Cheers! On Tue, Sep 15, 2015 a

Horizontal Scalability in python

2015-09-15 Thread AliReza Firuzabadi
I am new in tornado and I want to make web application with tornado and want to scale one instance of tornado application to many in separated servers. I should have load balancer and it send client requests to servers. please tell me how can I do it in the best way. thank you for helping me. --