Benjamin Sznajder wrote:
Hi all,

I am interested in using multi-threading in UIMA.
My aim is that the flow runs several annotators in parallel.
One of my annotators is not thread-safe. My question is, then,
Does the UIMA parallelism ( setting "MultipleDeployment=true") requires
that annotators on which this flag is set, are thread-safe?

Regards,
Benjamin.

Yes, your annotator have to be thread-safe when you want to run them multi-threaded.

-- Michael

Reply via email to