<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Why there are 2 separate pools: VCS Pool and DB Pool ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/why-there-are-2-separate-pools-vcs-pool-and-db-pool/m-p/319612#M6613</link>
    <description>&lt;P&gt;I have few questions regarding VCS and DB Pool.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Why there are different pools called VCS Pool and DB Pool?&lt;/LI&gt;
&lt;LI&gt;What is the purpose of each pool?&lt;/LI&gt;
&lt;LI&gt;Does VCS pool consume the connection of the database?&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Mon, 15 Jun 2020 10:45:12 GMT</pubDate>
    <dc:creator>Ankush_Bandil</dc:creator>
    <dc:date>2020-06-15T10:45:12Z</dc:date>
    <item>
      <title>Why there are 2 separate pools: VCS Pool and DB Pool ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/why-there-are-2-separate-pools-vcs-pool-and-db-pool/m-p/319612#M6613</link>
      <description>&lt;P&gt;I have few questions regarding VCS and DB Pool.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Why there are different pools called VCS Pool and DB Pool?&lt;/LI&gt;
&lt;LI&gt;What is the purpose of each pool?&lt;/LI&gt;
&lt;LI&gt;Does VCS pool consume the connection of the database?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 15 Jun 2020 10:45:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/why-there-are-2-separate-pools-vcs-pool-and-db-pool/m-p/319612#M6613</guid>
      <dc:creator>Ankush_Bandil</dc:creator>
      <dc:date>2020-06-15T10:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why there are 2 separate pools: VCS Pool and DB Pool ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/why-there-are-2-separate-pools-vcs-pool-and-db-pool/m-p/319613#M6614</link>
      <description>&lt;P&gt;In general the notion of pool exists to collect pre-allocated resources which are expensive to re-create.&lt;/P&gt;
&lt;P&gt;In Nuxeo we use a "db" pool for JDBC connections, which are expensive to recreate because they trigger network access and take time to execute in the SQL server.&lt;/P&gt;
&lt;P&gt;And we use a "vcs" pool for low-level Nuxeo sessions, which are expensive to recreate because they hold a cache of already-fetched objects which is itself expensive to re-create.&lt;/P&gt;
&lt;P&gt;And yes each time you use a Nuxeo session you have to take a session from the "vcs" pool, and also take a connection from the "db" pool.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 13:22:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/why-there-are-2-separate-pools-vcs-pool-and-db-pool/m-p/319613#M6614</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2020-06-15T13:22:42Z</dc:date>
    </item>
  </channel>
</rss>

