Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
I want to use threading app youtube-dl? #21716
Comments
|
Threading won't make any difference since web server already processes requests in parallel that's what actually causes high load on high traffic. |
Checklist
Question
I use code php on my site this code is here LINK
but when the python high traffic uses the most CPU 100% before proceeding to YouTube-DL which causes high CPU and error pages.
can the youtube-dl application be used with threading python?
and what is the code so that I can apply it?
can anyone help me?