Hello,
The docs for mdb_dbi_open mention: "This function must not be called from multiple concurrent transactions in the same process. A transaction that uses this function must finish (either commit or abort) before any other transaction in the process may use this function."
Is this talking about a given environment, or does this text also hold across multiple environments?
Thanks, S. Dave
Sam Dave wrote:
Hello,
The docs for mdb_dbi_open mention: "This function must not be called from multiple concurrent transactions in the same process. A transaction that uses this function must finish (either commit or abort) before any other transaction in the process may use this function."
Is this talking about a given environment, or does this text also hold across multiple environments?
It says quite clearly "in the same process."
openldap-technical@openldap.org