jaimeMF / youtube-dl-api-server

A youtube-dl REST API server
https://youtube-dl-api-server.readthedocs.org/
The Unlicense
364 stars 214 forks source link

multi-processes #75

Open jer1956 opened 4 years ago

jer1956 commented 4 years ago

The default is 5. But I cannot get the server to load on rasbian unless I force it to 1. Is there some trick I am missing?

After some searching I came across the issue of GIL...Global Interpreter Lock. Have you developed your code with it disabled in your Python? If so, the default should be 1 for those with unmodified python. Users who build python with it disabled can then increase it.