问题描述
springinvoker提供了两种类型的客户端代理,SimpleHttpInvokerRequestExecutor和CommonsHttpInvokerRequestExecutor,请问哪个性能更好一些,我用jmeter做压力测试发现,SimpleHttpInvokerRequestExecutor好于CommonsHttpInvokerRequestExecutor,不知是否我的配置有问题,请高手指点。以下是我的配置:<beanid="httpService"class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean"><propertyname="serviceUrl"><value>http://vm.local.com:8080/ucs/service/httpService</value></property><propertyname="serviceInterface"value="com.netqin.baike.service.UcService"></property><propertyname="httpInvokerRequestExecutor"><beanclass="org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor"/></property></bean>
时间: 2024-10-28 01:40:30