Skip to content

Respect multi threading flag for Python #9

@DrDub

Description

@DrDub

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions