<?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>Question Re: ****What is difference between Central instance and Application server in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410365#M613182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CI is one of the application servers.  So lets think of it this way.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

                DB SERVER
                    |
                    |
       |------------|--------------|
       |            |              |
    APP SERVER    APP SERVER    APP SERVER
        A           B              C
     CI Resides
       Here              





&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we have 1 db server and three app servers running the application, only one of these server can and must be a CI(central instance).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dialog processes can reside on all three appliations servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jul 2006 20:48:07 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-07-13T20:48:07Z</dc:date>
    <item>
      <title>****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaq-p/1410362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me what is the difference between CI and application server. We are going to install CI and DB seperate servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help soon..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kristene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 20:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaq-p/1410362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T20:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410363#M613180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You know that you can have multiple application servers for your SAP system.  You have one database server.  All of these application servers are tied to this database server.  So user A is on app server A and user B is on app server B.  They both are trying to access the same order.  You can see the problem now, right?  You need to have one central place for the ENQUEUE server to be running.  The enqueue server runs in the central instance along with the message server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&lt;/P&gt;&lt;P&gt;mySAP is composed of several cooperating services that may be run on a single server or may be distributed across several servers in a cluster. Some of these services have redundancy built into them, while others do not and represent single points of failure in the SAP environment. The&lt;/P&gt;&lt;P&gt;SAP Central Instance (Enqueue and Message server for ABAP), the SAP System Central Services (SCS) Instance (Enqueue and Message Server for Java), the Database server, and the NFS server represent single points of failure (SPOF) and are the services that LifeKeeper will protect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAP Central Instance (CI) is a standalone SAP Basis unit which provides services used by clients connected to the SAP system. Among these services are the Message server and the Enqueue server, which run only on the single SAP Central Instance. The Message server maintains a list of all available resources in an SAP system, determines which instance a user logs on to during a client connect, and handles all communication between SAP instances. The Enqueue server is used by SAP to administer the lock table in a distributed SAP system. If the CI&lt;/P&gt;&lt;P&gt;server hosting the Enqueue service fails, all SAP transaction locks that have not yet been committed are lost. R/3 guarantees that no user can perform a transaction while the Enqueue service is unavailable in order to guarantee database consistency. Placing the Enqueue and Message services together on the CI is recommended by SAP since the Message service must always access the Enqueue service for inter-process communication. These services provide critical SAP functions that, by existing only in the SAP Central Instance, suffer from being a single point of failure in the SAP environment. Obviously, the CI, which contains the Enqueue and Message services, needs to be restarted as quickly as possible following a failure so that normal operations can resume. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 20:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410363#M613180</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-13T20:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410364#M613181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply. you mean CI and Application server both diffrenet ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i undestand that apllication server means where dialog instance resides . am i right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CI means where message server,enque,gw resides . am i right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes , in production senarios , how do i install CI and DB seperate servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i undetsand that server A : CI with Oracle client&lt;/P&gt;&lt;P&gt;Server B; DB installation with Oracle server .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also let mw know where application server ( Dialog instance)resides. On which server ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kristene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 20:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410364#M613181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T20:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410365#M613182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CI is one of the application servers.  So lets think of it this way.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

                DB SERVER
                    |
                    |
       |------------|--------------|
       |            |              |
    APP SERVER    APP SERVER    APP SERVER
        A           B              C
     CI Resides
       Here              





&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we have 1 db server and three app servers running the application, only one of these server can and must be a CI(central instance).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dialog processes can reside on all three appliations servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 20:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410365#M613182</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-13T20:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410366#M613183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets assume that we have installed CI on serverA. Inserver B do i need to run CI installation or Dialog instance installation ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it runs only dialog instance how i can start server with out mmc. I think MMC will create while installing CI .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kristene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 21:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410366#M613183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T21:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410367#M613184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say that you need to install dialog instance on server B, after you have install CI on server A.  I believe that during installation of dialog instance on server B, it will ask you where the CI is located.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of this should be outlined in your installation guide that you got with the software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 21:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410367#M613184</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-13T21:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410368#M613185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. As per my understanding  CI and DB installations with sepearate hosts as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server A:CI server&lt;/P&gt;&lt;P&gt;Oracle clinet&lt;/P&gt;&lt;P&gt;Installation Central instatiion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server B: DB server&lt;/P&gt;&lt;P&gt;Oracle server&lt;/P&gt;&lt;P&gt;DB installation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i correct above procedure to install sepeare systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more job , initially if you install one application server , after 1 year for ex : more lad and more users then can we install dialog instance later.At that time can we balance load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kristene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 21:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410368#M613185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T21:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410369#M613186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, not sure what Oracle has to do with the installation as of yet.  But you have the idea.  I think you should do the db installation first, then the CI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;I have one more job , initially if you install one application server , after 1 year for ex : more lad and more users then can we install dialog instance later.At that time can we balance load.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, absolutely, you can add app servers at anytime, when the system load is taxed, or for whatever reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 21:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410369#M613186</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-13T21:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410370#M613187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean first we need to install DB instance in server B.Then CI instance on Server A. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally we install first CI and then DB installation right .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kristene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 22:03:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410370#M613187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T22:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410371#M613188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its been a while so, not sure.  If I remember correctly, what you say does make sense.  Again, refer to the installation guide that you got with your software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 22:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410371#M613188</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-13T22:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410372#M613189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich.I gave full points to u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 22:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410372#M613189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T22:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410373#M613190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wt i understood is &lt;/P&gt;&lt;P&gt;A) One server where oracle server is installed and DB is installed&lt;/P&gt;&lt;P&gt;B) Another server where Oracle client is installed and central instance of appln is installed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wt is the difference between Oracle client and Oracle server installation?do we need separate CDs for this?Is there any diffrent option of installing DB? Lastly when and where dialog instance is installed and wt is the difference between Central Instance and Dialog Instance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly plz revert back at earliest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saumya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 11:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410373#M613190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T11:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410374#M613191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for explaining this!  I'm new to SAP and this defiantly helped form a 'big picture' view&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 13:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410374#M613191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T13:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410375#M613192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Irrespective of how how many APP servers we have, we have only one data base so how the load is going to be maintained at the DB level, how does adding more APP servers is going to help the performance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 11:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410375#M613192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T11:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410376#M613193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jenni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The APP servers will help to manage the load until the database will be overloaded.&lt;/P&gt;&lt;P&gt;Usually, a database server is able to serve several APP servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, we have an R/3 production server with 5 application servers and the database server is not at all overloaded.&lt;/P&gt;&lt;P&gt;So we know that we can add others application servers when the load will increase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 12:04:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410376#M613193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T12:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410377#M613194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 09:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410377#M613194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-28T09:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410378#M613195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This call is very old, so please open a new call on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 09:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410378#M613195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-28T09:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410379#M613196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Central instances means where your actual sap and its database is present or installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application server is nothing but sap which will share database of main central instances but it will use ram and other resource of it own system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramesh yadav &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 11:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410379#M613196</guid>
      <dc:creator>former_member186895</dc:creator>
      <dc:date>2014-01-28T11:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: ****What is difference between Central instance and Application server</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410380#M613197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SAP landscape, we have only one central instance and we may have more than one application servers entirely depends on number of users.CI has both Message server and Enque server where as application server doesnot have this.when ever any new request will come message server will process the request as per load balancing work process whether it is for CI or application server.Enque will keep other incoming request in queue and follows the locking process.This is the approach followed by both CI and application servers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 07:09:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-difference-between-central-instance-and-application-server/qaa-p/1410380#M613197</guid>
      <dc:creator>former_member200384</dc:creator>
      <dc:date>2014-08-01T07:09:14Z</dc:date>
    </item>
  </channel>
</rss>

