Horizontal Scalability in python

Iuri iurisilvio at gmail.com
Tue Sep 15 08:02:43 EDT 2015


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 <arfprogrammer at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150915/3ad8cb8d/attachment.html>


More information about the Python-list mailing list