XQPool

About XQPool Benchmarks Examples (at GitHub) Download XQPool Licence Information

XQPool 0.9 (beta)

XQPool is an XQJ Connection Pool which can be used in conjunction with any XQJ driver which provides an implementation of the XQJ interface ConnectionPoolXQDataSource.

It is designed to be used in production applications, integrating with Application Servers like with Apache Tomcat, Jetty, Spring and other J2EE Containers. It can also be used in a standalone mode.

XQPool is designed to increase the performance of software which uses XQJ drivers by removing the overhead of creating database connections as well as reducing Object creation. Despite what people may tell you, Object creation is not free in Java for long running applications where there is consistently high throughput.