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

[Feature Request] Add multi-threading to transcoder #93

Open
mlapaglia opened this issue Aug 12, 2017 · 3 comments
Open

[Feature Request] Add multi-threading to transcoder #93

mlapaglia opened this issue Aug 12, 2017 · 3 comments

Comments

@mlapaglia
Copy link

I have an 8 core server, sitting waiting for each file to transcode one at a time takes 8 times longer than it could if all cores were being used.

@desultory-zz
Copy link

I think you can just start the celery script with more concurrency and it will accomplish this

@Mechazawa
Copy link
Contributor

Yes, the celery script already supports this.

@mlapaglia
Copy link
Author

Right, but the issue comes in with racing other users to complete a transcode. If you are transcoding 1 single album it's only going to transcode one file at a time. With concurrency you can certainly transcode 8 albums at a time though.

I tried implementing it, but python was keeping me from running more python code as a child.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants