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

Respect multi threading flag for Python #9

Open
DrDub opened this issue Mar 6, 2024 · 3 comments
Open

Respect multi threading flag for Python #9

DrDub opened this issue Mar 6, 2024 · 3 comments
Labels

Comments

@DrDub
Copy link
Contributor

DrDub commented Mar 6, 2024

The current Python annotator can be compiled as single threaded or multi-threaded.

Many complex Python packages (e.g., NumPy) cannot run on a multi-threaded Python.

UIMA recognizes some annotators need to be single-threaded through a flag on its descriptor.

This flag should be honoured for the Python annotator, using a single-threaded or multi-threaded Python interpreter depending on the flag.

Depends on #8 .

@DrDub DrDub added the bug label Mar 6, 2024
@subarnasaikia
Copy link
Contributor

I'm interested in working on this issue and would appreciate some guidance on how to get started.

@DrDub
Copy link
Contributor Author

DrDub commented Mar 14, 2024

Dear @subarnasaikia, this issue depends on #8 so it cannot be worked upon until #8 is finished.

At this stage, I'm working on #7 and will have a pull request with better documentation on how to build the project. I'd appreciate if you can give it a look when it's ready, I can ping you when I submit it. Would that work for you?

@subarnasaikia
Copy link
Contributor

Dear @subarnasaikia, this issue depends on #8 so it cannot be worked upon until #8 is finished.

Thanks for your response. I understand that this issue is dependent on #8. I'll take a look at that issue as well.

At this stage, I'm working on #7 and will have a pull request with better documentation on how to build the project. I'd appreciate if you can give it a look when it's ready, I can ping you when I submit it. Would that work for you?

I'm also happy to take a look at your pull request with improved documentation. Please do ping me when you submit it.

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

No branches or pull requests

2 participants