On Tue, Jul 13, 2010 at 6:51 PM, Sam Carleton <[email protected]>wrote:
> Most servers which would host a SOAP engine like Axis2 have some method of > implementing connection pooling (for things like database connections). How > does one get access to connection pooling in Axis2? > We do not have a connection pool in Axis2/C However, you can plug any pool you want in your business logic implementation. By design, Axis2/C do not use any databases, hence we do not really need connections for our engine. Samisa ... http://samisa-abeysinghe.blogspot.com/
