Database-Outbound Connection Management

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Database-Outbound Connection Management

  • Creator
    Topic
  • #55260
    Paul Glezen
    Participant

      I have a translation thread that chooses routes based on trxids.  Each route detail specifies an outbound destination implemented with the database-outbound protocol.  We’ve defined several of these database-outbound protocol threads, one for each table, but all sharing the same connection properties.  I still have the following questions after browsing the Database-Outbound documentation page.

      1. If all outbound-database protocol threads share the same process, will they also share the same connection?   Or does each thread maintain its own connection via a connection life cycle specified by the connection options on the protocol property panel?

      2. Is connection pooling performed?  If so, where can we configure this?

    Viewing 0 reply threads
    • Author
      Replies
      • #84737

        They cannot share the same process due to limitations with the java driver. You must put each DB or WS connection in its own process.

        -- Max Drown (Infor)

    Viewing 0 reply threads
    • The forum ‘Cloverleaf’ is closed to new topics and replies.