1 Reply Latest reply on Nov 10, 2004 5:00 AM by luc.texier

    database connection in the connection pool is not enough

    gfzhang

      The database is MS SQL Server 2000. We simulate 100 users to access our thin-client J2EE application, but some operations failed because no database connection can be obtained from the connection pool.

      We find that we have to set

      max-pool-size
      to 800 to pass the test.

      It is expensive to buy 800 ports.

      Do I miss some other configuration? Thank you very much.