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

Program hanging at call to UDTSocket constructor. #2

Open
Scusemua opened this issue Apr 9, 2020 · 1 comment
Open

Program hanging at call to UDTSocket constructor. #2

Scusemua opened this issue Apr 9, 2020 · 1 comment

Comments

@Scusemua
Copy link

Scusemua commented Apr 9, 2020

Hello.

I am using this library with the Python multiprocessing library. I have two processes that may be creating sockets at the same time.

I have been encountering issues where the program will just hang at the UDTSocket constructor:

usock = UDTSocket()

Is there any obvious reason this could happen? I only started seeing this issue once I began using two separate processes, so I think that may be related...

@pkit
Copy link

pkit commented Jul 23, 2021

The original library is heavily multi-threaded which means that it would not work with multi-process without careful programming.

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