pooler

  • n.普勒
poolerpooler
  1. The connection Pooler satisfies requests for connections by reallocating connections as they are released back into the pool .

    连接池进程通过在连接释放回池中时重新分配连接,来满足这些连接请求。

  2. Unless you explicitly disable it , the Pooler will optimize the connections as they are opened and closed in your application .

    除非显式禁用,否则,连接在应用程序中打开和关闭时,池进程将对连接进行优化。

  3. When the application calls close on the connection , the Pooler returns it to the pooled set of active connections instead of actually closing it .

    应用程序在该连接上调用close时,池进程会将连接返回到活动连接池集中,而不是真正关闭连接。