On Thu, Nov 15, 2012 at 11:30 PM, Millies, Sebastian < [email protected]> wrote:
> Hello there, > > > > I have a question concerning Tuscany on multi-processor machines. > > Suppose I have an application consisting of several composites > > all running in the same JVM. There are concurrent requests coming > > in from the outside to several of the components. > > > > Will Tuscany make use of parallelism when processing these requests > > even if all composites are in the same JVM? > > > > Does this depend on the bindings used to call service methods? I would > imagine that > > binding.wsdl would involve an internal web server with some sort of > threading model, > > but I use mainly Java RMI for inter-service communication. What about > that? > > > > Does it depend on the JVM and OS? (in my case Oracle JVM on Windows or > Linux) > > > AFAIK, we don't do any specific optimizations in Tuscany related to parallelism in a multi-processor environment. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
