For instance, Let's say we have 3 WebServers. They are identical, and the load balancer is using sticky sessions to distribute connections.
So as long as the webserver is healthy, users will be stuck to it. If that server fails, they will be kicked over to another webserver. They'd have to start a new session, but that's it. The problem is, since the collections are stored locally, as updates are made to one servers' collection, that isn't automatically replicated to the other webservers' collections. -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
