Connection pooling with a i-net JDBC driver

How can I use connection pooling with a i-net JDBC driver ?


Product: JDBC Driver
Date: Oct 29, 2008
Keywords:

  • The simplest solution is to use the JDBC™ subprotocol “inetpool”. You need to change the subprotocol in your source code (sample PooledDriver.java), only.
  • You can create a DataSource and call a pool manager. You can use the pool manager i-net Plexa™ (sample WithPoolManager.java)
  • You can request a DataSource from a directory and call a pool manager (sample WithJndiAndPoolManager.java)
  • You can use an XADataSouce with an application server like J2EE (sample sample/xa)
 

© Copyright 1996 - 2024, i-net software; All Rights Reserved.