they use the same uima-core.jar and the version of the JRE (java-1.5.0-sun-1.5.0.15/), same JVM options, same aggregate engine.
I see that there is an object called *performanceTuningSettings* but it does not seem to be used by the CPE in a special way, and even if it did would that explain such a difference (10 times!). J. 2008/8/14 Eddie Epstein <[EMAIL PROTECTED]> > Julien, > > A UIMA aggregate is a single-threaded animal. Deploying an aggregate > under UIMA AS offers the opportunity to deploy the delegates in > separate threads. > > Are the classpaths different between the two scenarios? Different JRE? > > Eddie > > On Thu, Aug 14, 2008 at 10:14 AM, Julien Nioche > <[EMAIL PROTECTED]> wrote: > > Hi Eddie, > > > > Thank you for your message. Yes, the profiling includes everything in my > > client code, including the I/O. > > > > I checked that casPoolSize="1" in my CPM config file. Setting > > casPoolSize="3" in the config file makes virtually no difference, which > > means that (a) loading my 2000 documents in the same thread or in a > separate > > one makes no difference or (b) this parameter is not taken into account > at > > all. > > > > With an aggregate engine : is each primitive engine executed in a > separate > > thread or is the whole aggregate done in the same thread? > > > > Thank you for you help > > > > Julien > > > -- DigitalPebble Ltd http://www.digitalpebble.com
