Re: UIMA CPE appears not to utilise more than a single thread

2015-04-13 Thread Jaroslaw Cwiklik
Not sure if this is the cause but check if your AE descriptor has this true Jerry On Mon, Apr 13, 2015 at 12:07 PM, Eddie Epstein wrote: > The CPE runs pipeline threads in parallel, not necessarily CAS processors. > In a CPE descriptor, generally all non-CasConsumer components make up the > pip

Re: UIMA CPE appears not to utilise more than a single thread

2015-04-13 Thread Eddie Epstein
The CPE runs pipeline threads in parallel, not necessarily CAS processors. In a CPE descriptor, generally all non-CasConsumer components make up the pipeline. Change the following line to indicate how many pipeline threads to run, and make sure the casPoolSize is number of threads +2. Eddie On

UIMA CPE appears not to utilise more than a single thread

2015-04-13 Thread Mario Gazzo
It appears that I can only utilise a single CAS processor even if I specify many more. I am not sure what I am doing wrong but I think I must be missing something important in my configuration. We only need multithreading and not the distributed features of UIMA CPE or similar. I copied and mod