« Oracle Database 11g - PL/SQL - PL/Scope | トップページ | Dashcode Developer Beta - July 15, 2007. »

2007年7月14日 (土) / Author : Hiroshi Sekiguchi.

Oracle Database 11g - Database Resident Connection Pooling (DRCP)

データベースサーバー側でコネクションプールを管理できるようになるんですね。
コネクションプーリングしていないパッケージ製品を利用しているところでは喜ばれそうな機能でしょうね。
実際のところ、いちばん喜ぶのは、コネクションプールを利用していないパッケージ製品を開発・販売している会社さんだったりして。。それはさておき、この機能の詳細は興味のあるところです。

Oracle Database 11g Application Development whitepaperより引用。
Database Resident Connection Pooling (DRCP)

With this new feature, different application processes can share sessions within the
same host machine as well as across multiple host machines. The pool is
maintained on the database server by a new background process.
This feature is useful for applications that cannot be deployed as multithreaded (for
example, PHP applications in an Apache Web server environment) and database
requests are done in a session state independent manner. These applications no
longer have to hold the connections to the database persistently, thereby increasing
the scalability of the database.

| |

トラックバック


この記事へのトラックバック一覧です: Oracle Database 11g - Database Resident Connection Pooling (DRCP):

コメント

コメントを書く