What is in-memory replication?


The process by which the contents in the memory of one physical m/c are replicated in all the m/c in the cluster is called in-memory replication.



Explore posts in the same categories: EJB Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What is database replicaion? What are the different types of replication you can set up in SQL Server?
  • Replication is the process of copying/moving data between databases on the same or different servers. SQL Server supports the following...
  • How to determine the service pack currently installed on SQL Server ?
  • ...
  • Where does the Real mode on the CPU come from?
  • The original 8086, which only had 1 MB of memory. This megabyte is split into low memory for IRQ tables,...
  • Describe the relationship between a page file, and virtual memory on a Windows operating systems?
  • Virtual memory is the memory taken form hard disk. Swap: When the programme excuting in the main memory is completly shifted...
  • Run Time Memory Allocation is known as….
  • Allocating memory at runtime is called a dynamically allocating memory. In this,you dynamically allocate memory by using the new operator...
  • What is static memory allocation and dynamic memory allocation?
  • Static memory allocation: The compiler allocates the required memory space for a declared variable.By using the address of operator,the...
  • What are the differences between SAP memory and ABAP memory?
  • ABAP Memory is a memory area in the internal session (roll area) of an ABAP program. Data within this area...
  • What is the difference between Swapping and Paging
  • Swapping: Whole process is moved from the swap device to the main memory for execution. Process size must be less than...
  • When can you tell that a memory leak will occur?
  • A memory leak occurs when a program loses the ability to free a block of dynamically allocated memory....
  • What is the main goal of the Memory Management?
  • It decides which process should reside in the main memory, Manages the parts of the virtual address space of a process...

    Comment:

    You must be logged in to post a comment.