You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "DrDub (via GitHub)" <gi...@apache.org> on 2024/03/06 01:03:37 UTC

[I] Respect multi threading flag for Python [uima-uimacpp]

DrDub opened a new issue, #9:
URL: https://github.com/apache/uima-uimacpp/issues/9

   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.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uima.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Respect multi threading flag for Python [uima-uimacpp]

Posted by "subarnasaikia (via GitHub)" <gi...@apache.org>.
subarnasaikia commented on issue #9:
URL: https://github.com/apache/uima-uimacpp/issues/9#issuecomment-2000283116

   
   > 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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uima.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Respect multi threading flag for Python [uima-uimacpp]

Posted by "subarnasaikia (via GitHub)" <gi...@apache.org>.
subarnasaikia commented on issue #9:
URL: https://github.com/apache/uima-uimacpp/issues/9#issuecomment-1992549998

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uima.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Respect multi threading flag for Python [uima-uimacpp]

Posted by "DrDub (via GitHub)" <gi...@apache.org>.
DrDub commented on issue #9:
URL: https://github.com/apache/uima-uimacpp/issues/9#issuecomment-1998293105

   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?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uima.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org