Can two or more mdb_env_open() be called on the same file/directory (in same program or multiple programs)?

Can two or more mdb_dbi_open() be called to open ultimately the same database?

What are some ramifications of doing so (and of course working with various readonly/readwrite transactions, etc.)

I don't see much written about this in documentation.

- Samuel