<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.mongodb.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'mongodb.architecture.php',
    1 => 'Driver Architecture and Internals',
    2 => 'Explains the driver architecture, and special features',
  ),
  'up' => 
  array (
    0 => 'book.mongodb.php',
    1 => 'MongoDB',
  ),
  'prev' => 
  array (
    0 => 'mongodb.tutorial.apm.php',
    1 => 'Application Performance Monitoring (APM)',
  ),
  'next' => 
  array (
    0 => 'mongodb.overview.php',
    1 => 'Architecture',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mongodb/architecture.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/mongodb.architecture.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mongodb.architecture" class="chapter">
 
 <h1 class="title">Explains the driver architecture, and special features</h1>
<h2>İçindekiler</h2><ul class="chunklist chunklist_chapter"><li><a href="mongodb.overview.php">Architecture</a></li><li><a href="mongodb.connection-handling.php">Connections</a></li><li><a href="mongodb.persistence.php">Persisting Data</a></li></ul>


 

 

 
</div>
<?php manual_footer($setup); ?>