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

SoxBindings doesn't release GIL. #6

Open
pseeth opened this issue Mar 31, 2021 · 2 comments
Open

SoxBindings doesn't release GIL. #6

pseeth opened this issue Mar 31, 2021 · 2 comments

Comments

@pseeth
Copy link
Owner

pseeth commented Mar 31, 2021

Following discussion in #4, SoxBindings "works" in multithreading in that it doesn't fail, but it doesn't let you actually use multi-threading. We can fix that by releasing the GIL in the C extension.

@pseeth pseeth changed the title SoxBindings doesn't avoid GIL. SoxBindings doesn't release GIL. Mar 31, 2021
@faroit
Copy link

faroit commented May 7, 2021

@pseeth is there some news on this?

@lminer
Copy link

lminer commented Jul 29, 2021

Is there any reason we can't use multiprocessing instead? The GIL isn't so much of an issue in that case. Or does it introduce too much overhead?

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