How good is Oracle Universal Connection Pool (UCP)

后端 未结 6 918
终归单人心
终归单人心 2020-12-05 05:02

Does anybody have experience with using Oracle UCP under real production load? Does it handle database reconnects well? Are there any multi-threading issues? Has anybody com

6条回答
  •  情深已故
    2020-12-05 05:13

    I've seen multiple customers using UCP in production. I've seen none of the issues you are concerned about. It performs quite well under load. And can handle reconnects. The reconnect policy is configurable. It also supports RAC quite well.

    But the real upside to using a commercial connection pool is that someone is responsible for any problems you have. You would be surprised how many people try to develop and maintain their own connection pool.

提交回复
热议问题