Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to use threading app youtube-dl? #21716

Closed
vonyrhatoe opened this issue Jul 10, 2019 · 1 comment
Closed

I want to use threading app youtube-dl? #21716

vonyrhatoe opened this issue Jul 10, 2019 · 1 comment
Labels

Comments

@vonyrhatoe
Copy link

@vonyrhatoe vonyrhatoe commented Jul 10, 2019

Checklist

  • I'm asking a question
  • I've looked through the README and FAQ for similar questions
  • I've searched the bugtracker for similar questions including closed ones

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?

@vonyrhatoe vonyrhatoe added the question label Jul 10, 2019
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 10, 2019

Threading won't make any difference since web server already processes requests in parallel that's what actually causes high load on high traffic.

@dstftw dstftw closed this Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.