We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use a single SessionFactory (the current code will create a SessionFactory for each tenant, so start up time becomes an issue)
The text was updated successfully, but these errors were encountered:
@Shatl this is how this used to work:
http://yellowfeather.co.uk/blog/multi-tenancy-on-sharp-architecture/
The issue is that each factory takes a long time, and alternatively we can use the nhibernateSessionContext to switch dbs.
Sorry, something went wrong.
chrisrichards
No branches or pull requests
use a single SessionFactory (the current code will create a SessionFactory for each tenant, so start up time becomes an issue)
The text was updated successfully, but these errors were encountered: