Hey,
I've been trying to run some Benchmarks for my application and have
encountered some issues with MongoDB (I'm assuming something to do
with connections) which on looping over the following process, always
dies on around 16000 loops.
The process is simple: open a connection, insert a really small
document, close the connection.
I have a question on StackOverflow with much more information so if
it's alright for me to just leave a link here and get some help there
that's great!
http://stackoverflow.com/questions/8865533/opening-and-closing-16000-mongo-db-instances-in-php
Thanks in advance for any help!