Aug 17, 2011

Wait until MongoDB write the last change

We use getLastError() to wait for it (only the current connection).

But if you would like to wait for the next commit across all connections, you would have to add :fsync=>true.