google-code-export / beets

Automatically exported from code.google.com/p/beets
MIT License
0 stars 0 forks source link

web: Better HTTP server #371

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
To serve the "web" plugin's web interface, we should transition to a better 
server than Flask's built-in development server (which is kind of slow and 
raises spurious "broken pipe" errors). One good candidate might be Waitress:
http://pypi.python.org/pypi/waitress

Waitress support high-performance file-sending (via sendfile), which is great 
for streaming audio.

Original issue reported on code.google.com by adrian.sampson on 3 Apr 2012 at 10:25

untitaker commented 9 years ago

Do not comment here, but on sampsyo/beets#195