Hi there,

i have a uima defininition including a Reader, The Analysis chain and a consumer. I tried to scale out the whole application by adding the parameters <casProcessors casPoolSize="3" processingUnitThreadCount="1"> and set them to higher values. This does not work because it only adds the 3 "levels" reading, analyzing, writing to differnt threads.

How can i scale out the analysis part. One important thing to mention is that all the annotators in the chain must be linear. This means for one document they have to run one after another. So the solution would be to scale out the document processing and process each document concurrent but in each thread with the whole chain.

Is that possible?

Thank you

--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig

mail: aniek...@informatik.uni-leipzig.deg.de

Reply via email to