Project

General

Profile

Actions

Enhancement #351

open

Pyoto as a webapp

Added by Marc Dequènes over 9 years ago. Updated over 9 years ago.

Status:
In Progress
Priority:
Low
Assignee:
-
Category:
-
Start date:
2014-09-21
Due date:
% Done:

0%

Estimated time:
Patch Available:
Confirmed:
No
Help Needed:

Description

The goal is to run Pyoto without playing with reverse-proxy configurations and be able to setup better resource scaling. With a modern web server you can run WSGI apps and control the number of workers needed to scale to your need, or even have all workers stop when the app is useless. We have in mind using Fusion Passenger which allows fine control over the workers.

The Pyoto daemon would be run separately, and the web server would then handle running the frontend workers by itself.

Thus, we would need to split the startup code, and ensure to decouple common resources (like logs).


Files

passenger_wsgi.py (509 Bytes) passenger_wsgi.py Marc Dequènes, 2014-09-21 19:25
Actions

Also available in: Atom PDF