G
G
greenpower2015-06-06 17:17:44
Nginx
greenpower, 2015-06-06 17:17:44

How and where to run an application on multiple machines?

The bottom line is this, I'm writing a web application in python, using Flask. It is necessary that the application be scalable :)
You need to run the whole thing in a bunch of nginx + uwsgi, and on several machines.

Please tell us where to get the cars and how it all starts?

Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2015-06-06
@greenpower

digitalocean
https://developers.digitalocean.com/documentation/...
1 droplet with nginx: distributes statics and media distributes requests among upstreams
if there are a lot of statics, then separate machines are made and subdomains distribute the load
1 + N with uWSGI: when If necessary, you can create a separate service that will monitor the load and raise more
PS from snapshots: Better hire a separate admin for such

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question