I use the following code to make Propel 1.4 works in a php file.
what should i do to make sure DatabaseManager delete correctly after its work?
shutdown at the end of the php file??
what will happen if there are multiple accesses to the same php file at the same time?
<?php
require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
$configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'prod', false);
$dbManager = new sfDatabaseManager($configuration);
//start db access