Hi, I'm using cxf client to invoke services on a payment gateway. on application startup, I'm doing:
SomeService ss = new SomeService(wsdlURL, SERVICE_NAME); ISomeService port = ss.getBasicHttpBindingISomeService(); then I'm using this port from my application. my question is: can it be a bottleneck that I'm only using a single port? should I pool the 'port' instances? and if I should - is there any out of the box solution for this? (if its need to be built, I'll be happy to upload my code) Thanks in advance, Itamar -- View this message in context: http://cxf.547215.n5.nabble.com/client-proxies-and-performance-tp5036379p5036379.html Sent from the cxf-user mailing list archive at Nabble.com.
