<?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 Re: ArcSDE Direct Connection in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/arcsde-direct-connection/m-p/435457#M24879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;From further investigation I believe the client connects using a DLL and then goes into the SQL database through the DBMS OLE. Is bottlenecking still going to occur when hundreds, possibly thousands of clients are accessing the databases through this OLE?&lt;BR /&gt;&lt;BR /&gt;Apologies if the question seems ill-informed, I am not a DB administrator so just trying to get my head around all the jargon!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dale, you may find these Help articles a useful read. It is in the 9.3 Help system, but nothing much has changed in terms of the application server / direct connect difference, so mostly still a valid read:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Properties%20of%20a%20direct%20connection%20to%20an%20ArcSDE%20geodatabase"&gt;"Properties of a direct connection to an ArcSDE geodatabase"&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and you may find this 10.1 Help topic useful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Geodatabase_connections_in_ArcGIS_Desktop/002q00000031000000/"&gt;"Database connections in ArcGIS for Desktop"&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2012 18:41:34 GMT</pubDate>
    <dc:creator>MarcoBoeringa</dc:creator>
    <dc:date>2012-12-03T18:41:34Z</dc:date>
    <item>
      <title>ArcSDE Direct Connection</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-direct-connection/m-p/435453#M24875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are currently using ArcSDE 9.3.1 and ArcGIS Server 9.3.1. We use Application Server connection to SQL Server 2003 as we wanted to create geodatabases for seperate services and port numbers to avoid bottlenecking which was a problem when we just used port 5151. For example, our setup is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Elevation - 5152&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mapping - 5153&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vector 5154 etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are now moving to ArcGIS Server 10.1 and considering using the Direct Connection method but I am confused as to what port (if any) this method uses to connect to the DBMS. I have found a snippet of information saying that Direct Connection uses 'internal storage memory' to connect but if this is true, what does it mean?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated. Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dale&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 12:42:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-direct-connection/m-p/435453#M24875</guid>
      <dc:creator>DaleRoutledge</dc:creator>
      <dc:date>2012-12-03T12:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Direct Connection</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-direct-connection/m-p/435454#M24876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ArcSDE connection protocol has always allowed you to specify the database&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in which you should be connected.&amp;nbsp; Once the single-database model took hold,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the port number dictated which database, so you may be out of practice on&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;specifying the database, but the option still exists.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Direct Connect doesn't connect on any port (except that of the underlying database)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and internal storage is always used for all connections.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 12:59:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-direct-connection/m-p/435454#M24876</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-12-03T12:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Direct Connection</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-direct-connection/m-p/435455#M24877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the speedy reply!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From further investigation I believe the client connects using a DLL and then goes into the SQL database through the DBMS OLE. Is bottlenecking still going to occur when hundreds, possibly thousands of clients are accessing the databases through this OLE?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apologies if the question seems ill-informed, I am not a DB administrator so just trying to get my head around all the jargon!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dale&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 13:50:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-direct-connection/m-p/435455#M24877</guid>
      <dc:creator>DaleRoutledge</dc:creator>
      <dc:date>2012-12-03T13:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Direct Connection</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-direct-connection/m-p/435456#M24878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In an application server connect, the ArcGIS user establishes a network connection to the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;application server (giomgr) process, which bequeathes the connection to the application &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;server (gsrvr) process, which uses the native RDBMS networking protocol to connect to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; the database.&amp;nbsp; With Direct Connect, the client starts a new thread running the same DLL &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;invoked by the gsrvr, communicates with the thread through the same basic I/O protocol, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the DLL-bound thread communicates with the database server.&amp;nbsp; Either way, the session&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;puts a burden on the DBMS server, though I wouldn't classify it as a bottleneck (the server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;performance requirements are actually less than if the application server process were&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;running on the DBMS server).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OLE is different protocol for different purposes.&amp;nbsp; It doesn't have anything to do with ArcSDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 15:06:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-direct-connection/m-p/435456#M24878</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-12-03T15:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Direct Connection</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-direct-connection/m-p/435457#M24879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;From further investigation I believe the client connects using a DLL and then goes into the SQL database through the DBMS OLE. Is bottlenecking still going to occur when hundreds, possibly thousands of clients are accessing the databases through this OLE?&lt;BR /&gt;&lt;BR /&gt;Apologies if the question seems ill-informed, I am not a DB administrator so just trying to get my head around all the jargon!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dale, you may find these Help articles a useful read. It is in the 9.3 Help system, but nothing much has changed in terms of the application server / direct connect difference, so mostly still a valid read:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Properties%20of%20a%20direct%20connection%20to%20an%20ArcSDE%20geodatabase"&gt;"Properties of a direct connection to an ArcSDE geodatabase"&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and you may find this 10.1 Help topic useful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Geodatabase_connections_in_ArcGIS_Desktop/002q00000031000000/"&gt;"Database connections in ArcGIS for Desktop"&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 18:41:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-direct-connection/m-p/435457#M24879</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2012-12-03T18:41:34Z</dc:date>
    </item>
  </channel>
</rss>

