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 at 8:54 AM, AliReza Firuzabadi <arfprogram...@gmail.com
> wrote:

> 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.
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to