Implement client side load balancing feature

2010-11-03 Thread Oliver Wulff
Hi all I'm considering to implement a load balancing feature similar to the FailoverStrategy already implemented in CXF. Out-of-the box, a load balancing could be implemented statically based on WSDL port definitions. An interface is provided to customize it. Do you have a hint where to start

performance directory

2010-11-03 Thread Benson Margulies
Are the ant files in benchmark/performance supposed to work in a dev tree? Complains of missing WSDL for me.

perfo possibility

2010-11-03 Thread Benson Margulies
CXFBusImpl.getExtension - SpringBeanLocator.getBeansOfType - getBeansOfType -WSDLManagerImpl constructor. registerInitialExtensions loading properties from XML via the Xerces DOM and the Properties system. 10% of time in a simple client startup. After that the next thing seems to be ASM

Re: perfo possibility

2010-11-03 Thread Daniel Kulp
On Wednesday 03 November 2010 3:20:25 pm Benson Margulies wrote: CXFBusImpl.getExtension - SpringBeanLocator.getBeansOfType - getBeansOfType -WSDLManagerImpl constructor. registerInitialExtensions loading properties from XML via the Xerces DOM and the Properties system. 10% of time