Transition to SaaS: Multi-tenant architecture vs. Virtualization
For software developers, SaaS is typically associated with "multi-tenant architecture", which many believe is a prerequisite for a SaaS application. Traditionally, there would be only one instance of an application running on a server, and this instance would only serve one customer a.k.a. tenant. In the SaaS world, giving each tenant a dedicated server is a huge waste of resources and service providers want to put as many customers on the same server as possible. However, many applications (on Windows – most applications), by design, cannot have multiple instances on the same server. To solve this problem, software developers came up with "multi-tenant architecture". The application is redesigned in such a way that a single physical copy of an application provides multiple "virtual" instances – each tenant gets an instance. Compared to several independent instances, using the same physical instance allows extensive sharing of data and metadata between instances/tenants Multi-tenant design is considered to be more efficient than multi-instancing, but in reality, as always, your mileage will vary. And to make the estimation process easier, I'd like to shed some light – from the ISV's point of view – on the "dark side" of the multi-tenant approach: SmoothSpan Bob Warfield and Unreasonable Men argued that customization capabilities are often excessive and there is little harm in removing much of that flexibility. For newly written applications, it might even be true. But if an ISV has a customer base to migrate to SaaS model, telling customers that their solutions will be broken because some of the customizations don't work anymore is hardly an option. Virtualization – The silver-coated bullet There is no silver bullet, but in this case, there is a silver-coated one. Shameless plug – check out my Server Virtualization Blog.
Virtualization technology provides a solution to all the problems mentioned – put the application in a virtual environment and ship it – in unchanged state – to the service provider's datacenter. If the front-end is not web-based, use a VPN. This topic has already been discussed by Bob Warfield and Phil Wainewright who cites a real success story. Hardware virtualization, with single-digit real-life consolidation ratio, will probably not be good enough. But a light-weight server virtualization technology that can host 100+ instances on a single server - Virtuozzo – provides very cost-effective solution. Even if you are very determined to pursue multi-tenancy, Virtuozzo will buy you enough time to make the transition smooth and successful. However, in the majority of cases, further transition will not even be necessary because the Virtuozzo-based solution works well for most customers.
Pat Correia
Ilya Baimetov
IllyaYour point about customer migrations is very valid. And to be honest i hadn't considered that option. I've said before that trying to be a start up (saas) in and incumbent (on prem) doesn't work. So to me the logical play is to run you're SaaS business separately. They target different customers, different user needs and people at different ends of the adoption curve. (classic innovators dilemma stuff)
Posted by: P | October 28, 2007 at 04:02 PM
Not sure I agree on separate businesses. From my experience, the customers are the same and for the customers there is not much to adopt - their client software (or browser) continue to work as before, but now they pay in a more convenient periodic fashion.
Posted by: Ilya Baimetov | October 30, 2007 at 01:02 PM