Created
May 22, 2012 11:05
-
-
Save makuchaku/2768373 to your computer and use it in GitHub Desktop.
Test for open/close connections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?PHP | |
require_once('../site_config.php'); // include the required classes to make MongoBase class work | |
class MongoFoo extends Mongo_ModelBase { | |
} | |
for($i=0; $i<100; $i++) | |
{ | |
$mFoo = new MongoFoo(); | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment