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

Hangs when used with eventlet #9

Open
notok opened this issue Jul 4, 2020 · 1 comment
Open

Hangs when used with eventlet #9

notok opened this issue Jul 4, 2020 · 1 comment

Comments

@notok
Copy link

notok commented Jul 4, 2020

Hello,

I tried to use this module with eventlet.
But it hangs when calling mgzip.compress() after eventlet.monkey_patch().

When killing the process with SIGINT (Ctrl+C), many thread seems to be running (Over 50 threads).

Is this a known behavior?

Here's a minimized code to reproduce this.

import eventlet
eventlet.monkey_patch()

import mgzip

s = b"a big string..."
c = mgzip.compress(s)
@timhughes
Copy link

timhughes commented Nov 4, 2021

Can you try with https://github.com/pgzip/pgzip and if you still have the issue, please raise an issue there.

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

2 participants