Multi-tenancy support: Umbraco vs Orchard Project

耗尽温柔 提交于 2019-12-05 00:13:05

Let me start by saying that Orchard is a brilliant CMS, from what I've seen of it so far I prefer it to Umbraco.

But one word of warning, I had problems running a very small Orchard site on cheap shared hosting (in fact I was also using winhost) because of app pool memory limits. Orchard is quite memory hungry and in my case would jump to around 100mb of memory within a few page views. Most shared hosting packages limit the app pool to 100mb so in my case it was recycling the app pool on every other page view. See this thread as an example. I ended up using Umbraco instead.

Sorry, I know this is a bit off topic and doesn't answer the multi-tenancy question. But test for this early on in development.

The latest version of Umbraco has essentially the same multi-tenancy setup as it had in 4.03. You can assign a domain to any content item directly under the "Content" folder in the Content section of the admin.

I have done a few multi-site setups with Umbraco and I can understand how the skinning piece gets interesting fast. We have used a CSS based solution to the skinning issue (select CSS files at the root). That seemed better than a whole different set of Templates for each site.

Any thoughts on how you would like it to work? Could be a good package in there somewhere.

Sorry, I can't answer the Orchard piece as I haven't used it and only have cursory knowledge of it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!