Hi,

I have a system with Axis as front-end. I have a SOAPService with different Axis handlers for requestFlow and responseFlow.
Handlers in the requestFlow basically extract things from message context and call a component in the back-end system via altrmi.


So far, each handler is creating a AltrmiFactory object to lookup the back-end component. But if more and more handlers are added, which will eventyally happen...,the altrmi socket connection creation/destruction is going to affect the overall performance.

I was thinking about the possibility of sharing one single altrmiFactory object (or a pool of altrimFactory objects) but I can't figure out how to do it.

Thanx,
-R

Reply via email to