1 Reply Latest reply on Mar 21, 2005 2:11 PM by adrian.brock

    How to start a new writing a new Resource Adapter

    arnoraps

      I want to have a modbus resource adapter to pool my connections. Currently, i have a modbus driver in java (open source) that does the job, but when running it from a bean, the open connection time is about 4 seconds, which is far too long.

      The main delay is in the java.net.socket call, so is it possible to pool this?