Using db4o with multiple application instances under medium trust
- by Anders Fjeldstad
I recently stumbled over the object database engine db4o which I think looks really interesting. I would like to use it in an ASP.NET MVC application that will be deployed to a shared hosting environment under medium trust. Because of the trust level, I'm restricted to using db4o in embedded/in-process mode.
That in itself should be no problem,…