SlideShare a Scribd company logo
1 of 16
iMinds 2011

Variability in the Cloud

    Multi-tenancy
          vs
    Virtualisation



           Koen.Handekyn@unifiedpost.com
Agenda

UnifiedPost


The Challange: Service Product Lines in a Cloud Context


Architectural Variations


Application Level Multitenancy challanges


Project Results
UnifiedPost
Specialized in the optimization
of inbound and outbound
document flows.

  Standard and Tailor-made
   solutions in a transactional
   Software-as-a-Service model
  Offering both paper,
   electronic and hybrid
   solutions
  >10 years experience in the
   SAAS world with a growth at
   40% per year                   Moving from ASP to PaaS puts higher further
                                  stresses the importance of efficiently handling
                                  variations points and customer driven
                                  engineering (CDE)
ThomsonReuters: worldwide solution
Print, e-invoice, e-archiving
Started in 2003
>1.000.000 invoices per year, presenting a revenue of around 20 billion pound
Invoices towards 120 countries via distributed printing
Support SOX control workflow logic
E-invoice roll-out to 50 countries
Merger Thomson and Reuters: UP gets all the Thomson invoices
Thomson-reuters
MultiTenant Platform Overview

 refers to a principle in software




                                                                                                         Community




                                                                                                                             Convert
                                                                Receive



                                                                          Receive



                                                                                    Archive




                                                                                                                                                              Render
                                                                                                SocSec
  architecture where a single instance of




                                                                                                           Closed
                                                                           Portal
                                                     Send




                                                                           Send




                                                                                                                                                      Send
                                                                                                                                               Sign
                                                                                                                      CAS



                                                                                                                                       Pay
                                                      UP



                                                                  UP


                                                                            UP




                                                                                      UP



                                                                                                  UP


                                                                                                             UP
  the software runs on a server, serving multiple
  client organizations (tenants).                                         Solutions                                             Services
                                                                                                              Docstore
                                                        DocFlow:                  [receive]                                            User Manager: Multi
 is contrasted with a multi-instance architecture   batch processing          Input Channels
                                                                                                             Alexandria
                                                                                                                Temp
                                                                                                                                          Identity, SSO
                                                                                                                                        Space auth. model
                                                                                                           Static Content
  where separate software instances (or               ReatTime Doc
                                                        Services
                                                                                  [send]
                                                                              Output Channels
                                                                                                         Resource Mngmnt
                                                                                                                                                 Docs:
                                                                                                                Triples
                                                                                                                                             List, Actions,
  hardware systems) are set up for different         Realtime Payment         [offline payments]
                                                                                                                 SQL
                                                                                                          Distributed Hash
                                                                                                                                               Workflow
                                                          Services            Payment Channels
  client organizations. With a multitenant
  architecture, a software application is                                             Core Services
                                                        Processing                Channels                   Persistence
                                                                                                                                                 App
  designed to virtually partition its data and           & Service
                                                         Platform
                                                                                     &
                                                                                 Connectors
                                                                                                                  &
                                                                                                              Streaming
                                                                                                                                               Platform

  configuration, and each client organization                               Foundation Middleware
  works with a customized virtual application               Development :                     Operations :                       Business Intelligence

  instance.                                                                   Support Components
 is also regarded as one of the essential
  attributes of Cloud Computing.

[ wikipedia ]
Levels of SaaS Multinenancy Maturity
•   Level 1 - Ad-Hoc/Custom: At the first level of maturity, each customer has its own
    customized version of the hosted application and runs its own instance of the application on the
    host's servers. Migrating a traditional non-networked or client-server application to this level of
    SaaS typically requires the least development effort and reduces operating costs by consolidating
    server hardware and administration.
•   Level 2 - Configurable: The second maturity-level provides greater program flexibility through
    configurable metadata, so that many customers can use separate instances of the same
    application code. This allows the vendor to meet the different needs of each customer through
    detailed configuration options, while simplifying maintenance and updating of a common code
    base.
•   Level 3 - Configurable, Multi-Tenant-Efficient: The third maturity level adds multi-
    tenancy to the second level, so that a single program instance serves all customers. This
    approach enables more efficient use of server resources without any apparent difference to the
    end user, but ultimately comes up against limits in scalability.
•   Level 4 - Scalable, Configurable, Multi-Tenant-Efficient: The fourth and final SaaS
    maturity level adds scalability through a multitier architecture supporting a load-balanced farm of
    identical application instances, running on a variable number of servers. The provider can
    increase or decrease the system's capacity to match demand by adding or removing servers,
    without the need for any further alteration of applications software architecture.
From ASP to PAAS



             ASP                      SAAS               SAAS

   Servers         Servers                      PAAS
    Data            Data             IAAS       IAAS        IAAS
   Center          Center




      Isolation                                Isolation
   Between Tenants           Tenant / Services Provider / Platform Provider
         SLA                                    SLA
    Towards Tenants          Complex cascade from Tenant to Infrastructure
Development and deployment support
For service line architectures
In public and private cloud contexts
Background : A software product-line is “a set of software-intensive systems sharing a
common, managed set of features that satisfy the specific needs of a particular market
segment or mission and that are developed from a common set of core assets in a
prescribed way” – A Feature model is a compact representation of all the products of
the Software Product Line (SPL) in terms of "features".


Goals:
 Service Line Architecture: Family of related software services managed on
  behalf of a large customer base
 Service Line Platform: Development and cloud based execution platform
  supporting a service line paradigm
CUSTOMSS Challanges
 Automating configuration and deployment of customer-
  specific variations inside a public or private cloud context
  managing:
      Functional variatons and conflicts
      Security/Isolation
      Resources/SLA: modelling, provisioning, monitoring
      Quality: protect for erosion of software quality


 Do public cloud offerings support application level multi-
  tenancy ?
Solving Variability through
    Virtualisation
+   Leverage existing software product line principles and
    deploy variations in an isolated way
                                                                    Tenant-         Tenant-
+   Easily monitor and bill resource usage (cpu hours,              specific        specific
    memory, bandwidth)                                              service         service
                                                                   instance        instance
+   Simplified Resource Provisioning
+   Limited security riscs                                        Middleware-    Middleware-
                                                                   library v2     library v1
+   Legacy applications easily portable to the cloud
                                                                     VM1             VM2

-   No resource sharing for features that are identical between            CPU+Mem
    instances
                                                                           Shared DB
-   Coarse grained allocation of resources at application level       Per tenant schema’s
-   “Open door” for “version hell”
-   Systems Administration requires advanced automation to
    be scalable
-   Operations and Support require extra tools to keep an
    overview
-   Architecture allows „non scalable solutions‟
Solving Variability through
    Application Level Multitenancy
    An architectural design principle for SAAS
    applications to enable the servicing of
    multiple customers (tenants) by a (logically)
    single application instance and code base                      Multi Tenant
                                                                 Service Instances

+   Optimal use of resources through
                                                                    Multi-Tenant
+   Fine grained allocation of resources at feature level           Middleware
+   Operations and support see one system
                                                                        VM1
+   Simplified systems management
                                                                     CPU+Mem

-   Security becomes a core challenge                                Shared DB
                                                            Single schema for all tenants
-   Non trivial monitoring of resource usage
-   Non trivial fine grained allocation of resources
-   Forced to think about scalability from the start
-   No migration path for legacy applications
GAE Experiment (KULeuven)
with an on-line booking application
Dependency injection (DI) separates the management of
component dependencies from the application code into
separate modules and it enables tenant-specific software
variations.
Each tenant is represented by 200 users who each execute a
booking scenario. This booking scenario consists of 10 requests
to the application
                                               The performance overhead of using DI (Guice) is low.
                                               Less instances are created in the multitenant variant.
                                               Nr of CPU hours as measured by Google for billing purpose is close to equal
                                               allthough we expect the multitenant version to be more efficient.
                                               Instable behaviour from > 40 tenants (might be google protecting for
                                               overloadA), specifically more so for the multitenant variant
Reference Platform Architecture Java/.NET
(KULeuven)
JBoss AS 7
   Open Source
   JBoss cluster (domain management,
    server groups...)
   JGroups (reliable multicast
    communication)
   mod_cluster (load balancer)
   Infinispan: distributed in-memory
    storage (cache, shared memory)
   Supports JEE 6
         WS & RS (soa)
         CDI (variablity)
   JBoss Modules & OSGi support
    (versioning)
   Async messages: JBoss HornetQ

RedHat OpenShift
   Very similar to our suggestion
   Amazon EC2
   Not yet open source
Feature Placement (UGent)
 Question: Where to place application instances in clouds to ensure demand
  is met?
 Assumption to variability: use (multi-tenant) instances of features and
  create application linking instances using service-oriented architecture
 Integer Linear Programming (ILP): optimal but to slow. Can we find an
  efficient heuristic Solver based on first-fit algorithm? Yes, it seems …
Different feature conversions




                                  Server counts




         Feature Counts         Application Counts

More Related Content

Viewers also liked

Ecrea2b Mbala Pascal Ppt
Ecrea2b Mbala Pascal PptEcrea2b Mbala Pascal Ppt
Ecrea2b Mbala Pascal Pptimec.archive
 
Tr@Ins7 Heterogeneous Access Daan Pareit
Tr@Ins7 Heterogeneous Access   Daan PareitTr@Ins7 Heterogeneous Access   Daan Pareit
Tr@Ins7 Heterogeneous Access Daan Pareitimec.archive
 
I Minds2009 Health Decision Support Prof Bart De Moor (Ibbt Esat Ku Leuven)
I Minds2009 Health Decision Support  Prof  Bart De Moor (Ibbt Esat Ku Leuven)I Minds2009 Health Decision Support  Prof  Bart De Moor (Ibbt Esat Ku Leuven)
I Minds2009 Health Decision Support Prof Bart De Moor (Ibbt Esat Ku Leuven)imec.archive
 
Mark Sterns : entrepreneurship and faithfulness
Mark Sterns : entrepreneurship and faithfulnessMark Sterns : entrepreneurship and faithfulness
Mark Sterns : entrepreneurship and faithfulnessmicahdavis
 
Brokerage 2007 presentation distributed
Brokerage 2007 presentation distributedBrokerage 2007 presentation distributed
Brokerage 2007 presentation distributedimec.archive
 
Brokerage 2007presentation user
Brokerage 2007presentation userBrokerage 2007presentation user
Brokerage 2007presentation userimec.archive
 
Brokerage2006 beheer van volgende generatie telecom services
Brokerage2006 beheer van volgende generatie telecom servicesBrokerage2006 beheer van volgende generatie telecom services
Brokerage2006 beheer van volgende generatie telecom servicesimec.archive
 
20080125 Friday Food
20080125 Friday Food 20080125 Friday Food
20080125 Friday Food imec.archive
 
Ecrea3h Shameen Mahmud Paper
Ecrea3h Shameen Mahmud PaperEcrea3h Shameen Mahmud Paper
Ecrea3h Shameen Mahmud Paperimec.archive
 
Brokerage2006 home networks gebruikersgerichte netwerken-conclusion
Brokerage2006 home networks gebruikersgerichte netwerken-conclusionBrokerage2006 home networks gebruikersgerichte netwerken-conclusion
Brokerage2006 home networks gebruikersgerichte netwerken-conclusionimec.archive
 
VACF6-Eddy Naert en Karen Vander Plaetse van Vooruit stelden de nieuwe www.vo...
VACF6-Eddy Naert en Karen Vander Plaetse van Vooruit stelden de nieuwe www.vo...VACF6-Eddy Naert en Karen Vander Plaetse van Vooruit stelden de nieuwe www.vo...
VACF6-Eddy Naert en Karen Vander Plaetse van Vooruit stelden de nieuwe www.vo...imec.archive
 
Grid07 4 Tzannetakis
Grid07 4 TzannetakisGrid07 4 Tzannetakis
Grid07 4 Tzannetakisimec.archive
 
Next genits closing_event
Next genits closing_eventNext genits closing_event
Next genits closing_eventimec.archive
 
Wba1 Ibbt General Presentation
Wba1  Ibbt General PresentationWba1  Ibbt General Presentation
Wba1 Ibbt General Presentationimec.archive
 
Exposición
 Exposición Exposición
Exposiciónluisk4
 
tviexpress
tviexpresstviexpress
tviexpressTVIRICH
 
100428 Onedesk Intro 2010 Linkedin Mn Nde
100428 Onedesk Intro 2010 Linkedin Mn Nde100428 Onedesk Intro 2010 Linkedin Mn Nde
100428 Onedesk Intro 2010 Linkedin Mn Ndeme97352
 
Conversion Conference: Conversion on Mobile Devices
Conversion Conference: Conversion on Mobile DevicesConversion Conference: Conversion on Mobile Devices
Conversion Conference: Conversion on Mobile DevicesSeth Berman
 
Break out: Project Communication and Dissemination - Fabian Di Fiore
Break out: Project Communication and Dissemination - Fabian Di FioreBreak out: Project Communication and Dissemination - Fabian Di Fiore
Break out: Project Communication and Dissemination - Fabian Di Fioreimec.archive
 
Breakout Collaboration tools -
Breakout Collaboration tools - Breakout Collaboration tools -
Breakout Collaboration tools - imec.archive
 

Viewers also liked (20)

Ecrea2b Mbala Pascal Ppt
Ecrea2b Mbala Pascal PptEcrea2b Mbala Pascal Ppt
Ecrea2b Mbala Pascal Ppt
 
Tr@Ins7 Heterogeneous Access Daan Pareit
Tr@Ins7 Heterogeneous Access   Daan PareitTr@Ins7 Heterogeneous Access   Daan Pareit
Tr@Ins7 Heterogeneous Access Daan Pareit
 
I Minds2009 Health Decision Support Prof Bart De Moor (Ibbt Esat Ku Leuven)
I Minds2009 Health Decision Support  Prof  Bart De Moor (Ibbt Esat Ku Leuven)I Minds2009 Health Decision Support  Prof  Bart De Moor (Ibbt Esat Ku Leuven)
I Minds2009 Health Decision Support Prof Bart De Moor (Ibbt Esat Ku Leuven)
 
Mark Sterns : entrepreneurship and faithfulness
Mark Sterns : entrepreneurship and faithfulnessMark Sterns : entrepreneurship and faithfulness
Mark Sterns : entrepreneurship and faithfulness
 
Brokerage 2007 presentation distributed
Brokerage 2007 presentation distributedBrokerage 2007 presentation distributed
Brokerage 2007 presentation distributed
 
Brokerage 2007presentation user
Brokerage 2007presentation userBrokerage 2007presentation user
Brokerage 2007presentation user
 
Brokerage2006 beheer van volgende generatie telecom services
Brokerage2006 beheer van volgende generatie telecom servicesBrokerage2006 beheer van volgende generatie telecom services
Brokerage2006 beheer van volgende generatie telecom services
 
20080125 Friday Food
20080125 Friday Food 20080125 Friday Food
20080125 Friday Food
 
Ecrea3h Shameen Mahmud Paper
Ecrea3h Shameen Mahmud PaperEcrea3h Shameen Mahmud Paper
Ecrea3h Shameen Mahmud Paper
 
Brokerage2006 home networks gebruikersgerichte netwerken-conclusion
Brokerage2006 home networks gebruikersgerichte netwerken-conclusionBrokerage2006 home networks gebruikersgerichte netwerken-conclusion
Brokerage2006 home networks gebruikersgerichte netwerken-conclusion
 
VACF6-Eddy Naert en Karen Vander Plaetse van Vooruit stelden de nieuwe www.vo...
VACF6-Eddy Naert en Karen Vander Plaetse van Vooruit stelden de nieuwe www.vo...VACF6-Eddy Naert en Karen Vander Plaetse van Vooruit stelden de nieuwe www.vo...
VACF6-Eddy Naert en Karen Vander Plaetse van Vooruit stelden de nieuwe www.vo...
 
Grid07 4 Tzannetakis
Grid07 4 TzannetakisGrid07 4 Tzannetakis
Grid07 4 Tzannetakis
 
Next genits closing_event
Next genits closing_eventNext genits closing_event
Next genits closing_event
 
Wba1 Ibbt General Presentation
Wba1  Ibbt General PresentationWba1  Ibbt General Presentation
Wba1 Ibbt General Presentation
 
Exposición
 Exposición Exposición
Exposición
 
tviexpress
tviexpresstviexpress
tviexpress
 
100428 Onedesk Intro 2010 Linkedin Mn Nde
100428 Onedesk Intro 2010 Linkedin Mn Nde100428 Onedesk Intro 2010 Linkedin Mn Nde
100428 Onedesk Intro 2010 Linkedin Mn Nde
 
Conversion Conference: Conversion on Mobile Devices
Conversion Conference: Conversion on Mobile DevicesConversion Conference: Conversion on Mobile Devices
Conversion Conference: Conversion on Mobile Devices
 
Break out: Project Communication and Dissemination - Fabian Di Fiore
Break out: Project Communication and Dissemination - Fabian Di FioreBreak out: Project Communication and Dissemination - Fabian Di Fiore
Break out: Project Communication and Dissemination - Fabian Di Fiore
 
Breakout Collaboration tools -
Breakout Collaboration tools - Breakout Collaboration tools -
Breakout Collaboration tools -
 

Similar to Koen Handekyn - Variability in the Cloud

[A6]deview 2012 building cloud service with open stack
[A6]deview 2012 building cloud service with open stack[A6]deview 2012 building cloud service with open stack
[A6]deview 2012 building cloud service with open stackNAVER D2
 
Metrics-Based Process Mapping: What, When & How
Metrics-Based Process Mapping: What, When & HowMetrics-Based Process Mapping: What, When & How
Metrics-Based Process Mapping: What, When & HowTKMG, Inc.
 
ECM Technical Solution
ECM Technical SolutionECM Technical Solution
ECM Technical SolutionThanh Nguyen
 
Enabling Content Workflows in the Cloud
Enabling Content Workflows in the CloudEnabling Content Workflows in the Cloud
Enabling Content Workflows in the CloudAmazon Web Services
 
Cascading and BigData Problems
Cascading and BigData ProblemsCascading and BigData Problems
Cascading and BigData Problemscwensel
 
exchange2010-Architecture
exchange2010-Architectureexchange2010-Architecture
exchange2010-ArchitectureSelva G Kumar
 
Petals BPM & the Cloud, OW2con11, Nov 24-25, Paris
Petals BPM & the Cloud, OW2con11, Nov 24-25, ParisPetals BPM & the Cloud, OW2con11, Nov 24-25, Paris
Petals BPM & the Cloud, OW2con11, Nov 24-25, ParisOW2
 
OW2Con 2011 Petals BPM and the Cloud
OW2Con 2011 Petals BPM and the CloudOW2Con 2011 Petals BPM and the Cloud
OW2Con 2011 Petals BPM and the CloudChristophe Hamerling
 
Telecom Transformation Using SOA_2
Telecom Transformation Using SOA_2Telecom Transformation Using SOA_2
Telecom Transformation Using SOA_2didemtopuz
 
Telecom Transformation Using SOA
Telecom Transformation Using SOATelecom Transformation Using SOA
Telecom Transformation Using SOAdidemtopuz
 
Avcm content flow_080608-v2
Avcm content flow_080608-v2Avcm content flow_080608-v2
Avcm content flow_080608-v2Debjani Roy
 
Pattern: an open source project for migrating predictive models onto Apache H...
Pattern: an open source project for migrating predictive models onto Apache H...Pattern: an open source project for migrating predictive models onto Apache H...
Pattern: an open source project for migrating predictive models onto Apache H...Paco Nathan
 
Plutext Alfresco Tech Talk
Plutext Alfresco Tech TalkPlutext Alfresco Tech Talk
Plutext Alfresco Tech Talkquyong2000
 
Message Queues : A Primer - International PHP Conference Fall 2012
Message Queues : A Primer - International PHP Conference Fall 2012Message Queues : A Primer - International PHP Conference Fall 2012
Message Queues : A Primer - International PHP Conference Fall 2012Mike Willbanks
 
מיתוג ועיצוב לתחום הייטק חברות טכנולוגיה
מיתוג ועיצוב לתחום הייטק חברות טכנולוגיהמיתוג ועיצוב לתחום הייטק חברות טכנולוגיה
מיתוג ועיצוב לתחום הייטק חברות טכנולוגיהTitan
 
Enable Large Scale, High Volume Deployment For Enterprise Applications
Enable Large Scale, High Volume Deployment For Enterprise ApplicationsEnable Large Scale, High Volume Deployment For Enterprise Applications
Enable Large Scale, High Volume Deployment For Enterprise ApplicationsClever Moe
 
Titan Technology Branding
Titan Technology BrandingTitan Technology Branding
Titan Technology BrandingTitan
 

Similar to Koen Handekyn - Variability in the Cloud (18)

[A6]deview 2012 building cloud service with open stack
[A6]deview 2012 building cloud service with open stack[A6]deview 2012 building cloud service with open stack
[A6]deview 2012 building cloud service with open stack
 
Metrics-Based Process Mapping: What, When & How
Metrics-Based Process Mapping: What, When & HowMetrics-Based Process Mapping: What, When & How
Metrics-Based Process Mapping: What, When & How
 
ECM Technical Solution
ECM Technical SolutionECM Technical Solution
ECM Technical Solution
 
Enabling Content Workflows in the Cloud
Enabling Content Workflows in the CloudEnabling Content Workflows in the Cloud
Enabling Content Workflows in the Cloud
 
Cascading and BigData Problems
Cascading and BigData ProblemsCascading and BigData Problems
Cascading and BigData Problems
 
exchange2010-Architecture
exchange2010-Architectureexchange2010-Architecture
exchange2010-Architecture
 
Cloud services From Calsoftlabs
Cloud services From CalsoftlabsCloud services From Calsoftlabs
Cloud services From Calsoftlabs
 
Petals BPM & the Cloud, OW2con11, Nov 24-25, Paris
Petals BPM & the Cloud, OW2con11, Nov 24-25, ParisPetals BPM & the Cloud, OW2con11, Nov 24-25, Paris
Petals BPM & the Cloud, OW2con11, Nov 24-25, Paris
 
OW2Con 2011 Petals BPM and the Cloud
OW2Con 2011 Petals BPM and the CloudOW2Con 2011 Petals BPM and the Cloud
OW2Con 2011 Petals BPM and the Cloud
 
Telecom Transformation Using SOA_2
Telecom Transformation Using SOA_2Telecom Transformation Using SOA_2
Telecom Transformation Using SOA_2
 
Telecom Transformation Using SOA
Telecom Transformation Using SOATelecom Transformation Using SOA
Telecom Transformation Using SOA
 
Avcm content flow_080608-v2
Avcm content flow_080608-v2Avcm content flow_080608-v2
Avcm content flow_080608-v2
 
Pattern: an open source project for migrating predictive models onto Apache H...
Pattern: an open source project for migrating predictive models onto Apache H...Pattern: an open source project for migrating predictive models onto Apache H...
Pattern: an open source project for migrating predictive models onto Apache H...
 
Plutext Alfresco Tech Talk
Plutext Alfresco Tech TalkPlutext Alfresco Tech Talk
Plutext Alfresco Tech Talk
 
Message Queues : A Primer - International PHP Conference Fall 2012
Message Queues : A Primer - International PHP Conference Fall 2012Message Queues : A Primer - International PHP Conference Fall 2012
Message Queues : A Primer - International PHP Conference Fall 2012
 
מיתוג ועיצוב לתחום הייטק חברות טכנולוגיה
מיתוג ועיצוב לתחום הייטק חברות טכנולוגיהמיתוג ועיצוב לתחום הייטק חברות טכנולוגיה
מיתוג ועיצוב לתחום הייטק חברות טכנולוגיה
 
Enable Large Scale, High Volume Deployment For Enterprise Applications
Enable Large Scale, High Volume Deployment For Enterprise ApplicationsEnable Large Scale, High Volume Deployment For Enterprise Applications
Enable Large Scale, High Volume Deployment For Enterprise Applications
 
Titan Technology Branding
Titan Technology BrandingTitan Technology Branding
Titan Technology Branding
 

More from imec.archive

iMinds-iLab.o, Open Innovation in ICT
iMinds-iLab.o, Open Innovation in ICTiMinds-iLab.o, Open Innovation in ICT
iMinds-iLab.o, Open Innovation in ICTimec.archive
 
Accio presentation closing event
Accio presentation closing eventAccio presentation closing event
Accio presentation closing eventimec.archive
 
PRoF+ Patient Room of the Future
PRoF+ Patient Room of the FuturePRoF+ Patient Room of the Future
PRoF+ Patient Room of the Futureimec.archive
 
Results of the Apollon pilot in homecare and independent living
Results of the Apollon pilot in homecare and independent livingResults of the Apollon pilot in homecare and independent living
Results of the Apollon pilot in homecare and independent livingimec.archive
 
Delivery of feedback on Health, Home Security and Home Energy in Aware Homes ...
Delivery of feedback on Health, Home Security and Home Energy in Aware Homes ...Delivery of feedback on Health, Home Security and Home Energy in Aware Homes ...
Delivery of feedback on Health, Home Security and Home Energy in Aware Homes ...imec.archive
 
NMMU-Emmanuel Haven Living Lab
NMMU-Emmanuel Haven Living LabNMMU-Emmanuel Haven Living Lab
NMMU-Emmanuel Haven Living Labimec.archive
 
The Humanicité workshops
The Humanicité workshopsThe Humanicité workshops
The Humanicité workshopsimec.archive
 
A Real-World Experimentation Platform
A Real-World Experimentation PlatformA Real-World Experimentation Platform
A Real-World Experimentation Platformimec.archive
 
ENoLL @ AAL Forum 2012
ENoLL @ AAL Forum 2012ENoLL @ AAL Forum 2012
ENoLL @ AAL Forum 2012imec.archive
 
ENoLL 6th Wave Results Ceremony (Jesse Marsh)
ENoLL 6th Wave Results Ceremony (Jesse Marsh)ENoLL 6th Wave Results Ceremony (Jesse Marsh)
ENoLL 6th Wave Results Ceremony (Jesse Marsh)imec.archive
 
The Connected Smart Cities Network and Living Labs - Towards Horizon 2020 - K...
The Connected Smart Cities Network and Living Labs - Towards Horizon 2020 - K...The Connected Smart Cities Network and Living Labs - Towards Horizon 2020 - K...
The Connected Smart Cities Network and Living Labs - Towards Horizon 2020 - K...imec.archive
 
Apollon-23/05/2012-9u30- Parallell session: Living Labs added value
Apollon-23/05/2012-9u30- Parallell session: Living Labs added value  Apollon-23/05/2012-9u30- Parallell session: Living Labs added value
Apollon-23/05/2012-9u30- Parallell session: Living Labs added value imec.archive
 
Apollon - 22/5/12 - 11:30 - Local SME's - Innovating Across borders
Apollon - 22/5/12 - 11:30 - Local SME's - Innovating Across bordersApollon - 22/5/12 - 11:30 - Local SME's - Innovating Across borders
Apollon - 22/5/12 - 11:30 - Local SME's - Innovating Across bordersimec.archive
 
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future InternetApollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internetimec.archive
 
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future InternetApollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internetimec.archive
 
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future InternetApollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internetimec.archive
 
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future InternetApollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internetimec.archive
 
Apollon - 22/5/12 - 11:30 - Local SME's - Innovating Across borders
Apollon - 22/5/12 - 11:30 - Local SME's - Innovating Across bordersApollon - 22/5/12 - 11:30 - Local SME's - Innovating Across borders
Apollon - 22/5/12 - 11:30 - Local SME's - Innovating Across bordersimec.archive
 
Apollon - 22/5/12 - 09:00 - User-driven Open Innovation Ecosystems
Apollon - 22/5/12 - 09:00 - User-driven Open Innovation EcosystemsApollon - 22/5/12 - 09:00 - User-driven Open Innovation Ecosystems
Apollon - 22/5/12 - 09:00 - User-driven Open Innovation Ecosystemsimec.archive
 
Apollon - 22/5/12 - 09:00 - User-driven Open Innovation Ecosystems
Apollon - 22/5/12 - 09:00 - User-driven Open Innovation EcosystemsApollon - 22/5/12 - 09:00 - User-driven Open Innovation Ecosystems
Apollon - 22/5/12 - 09:00 - User-driven Open Innovation Ecosystemsimec.archive
 

More from imec.archive (20)

iMinds-iLab.o, Open Innovation in ICT
iMinds-iLab.o, Open Innovation in ICTiMinds-iLab.o, Open Innovation in ICT
iMinds-iLab.o, Open Innovation in ICT
 
Accio presentation closing event
Accio presentation closing eventAccio presentation closing event
Accio presentation closing event
 
PRoF+ Patient Room of the Future
PRoF+ Patient Room of the FuturePRoF+ Patient Room of the Future
PRoF+ Patient Room of the Future
 
Results of the Apollon pilot in homecare and independent living
Results of the Apollon pilot in homecare and independent livingResults of the Apollon pilot in homecare and independent living
Results of the Apollon pilot in homecare and independent living
 
Delivery of feedback on Health, Home Security and Home Energy in Aware Homes ...
Delivery of feedback on Health, Home Security and Home Energy in Aware Homes ...Delivery of feedback on Health, Home Security and Home Energy in Aware Homes ...
Delivery of feedback on Health, Home Security and Home Energy in Aware Homes ...
 
NMMU-Emmanuel Haven Living Lab
NMMU-Emmanuel Haven Living LabNMMU-Emmanuel Haven Living Lab
NMMU-Emmanuel Haven Living Lab
 
The Humanicité workshops
The Humanicité workshopsThe Humanicité workshops
The Humanicité workshops
 
A Real-World Experimentation Platform
A Real-World Experimentation PlatformA Real-World Experimentation Platform
A Real-World Experimentation Platform
 
ENoLL @ AAL Forum 2012
ENoLL @ AAL Forum 2012ENoLL @ AAL Forum 2012
ENoLL @ AAL Forum 2012
 
ENoLL 6th Wave Results Ceremony (Jesse Marsh)
ENoLL 6th Wave Results Ceremony (Jesse Marsh)ENoLL 6th Wave Results Ceremony (Jesse Marsh)
ENoLL 6th Wave Results Ceremony (Jesse Marsh)
 
The Connected Smart Cities Network and Living Labs - Towards Horizon 2020 - K...
The Connected Smart Cities Network and Living Labs - Towards Horizon 2020 - K...The Connected Smart Cities Network and Living Labs - Towards Horizon 2020 - K...
The Connected Smart Cities Network and Living Labs - Towards Horizon 2020 - K...
 
Apollon-23/05/2012-9u30- Parallell session: Living Labs added value
Apollon-23/05/2012-9u30- Parallell session: Living Labs added value  Apollon-23/05/2012-9u30- Parallell session: Living Labs added value
Apollon-23/05/2012-9u30- Parallell session: Living Labs added value
 
Apollon - 22/5/12 - 11:30 - Local SME's - Innovating Across borders
Apollon - 22/5/12 - 11:30 - Local SME's - Innovating Across bordersApollon - 22/5/12 - 11:30 - Local SME's - Innovating Across borders
Apollon - 22/5/12 - 11:30 - Local SME's - Innovating Across borders
 
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future InternetApollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
 
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future InternetApollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
 
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future InternetApollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
 
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future InternetApollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
Apollon - 22/5/12 - 16:00 - Smart Open Cities and the Future Internet
 
Apollon - 22/5/12 - 11:30 - Local SME's - Innovating Across borders
Apollon - 22/5/12 - 11:30 - Local SME's - Innovating Across bordersApollon - 22/5/12 - 11:30 - Local SME's - Innovating Across borders
Apollon - 22/5/12 - 11:30 - Local SME's - Innovating Across borders
 
Apollon - 22/5/12 - 09:00 - User-driven Open Innovation Ecosystems
Apollon - 22/5/12 - 09:00 - User-driven Open Innovation EcosystemsApollon - 22/5/12 - 09:00 - User-driven Open Innovation Ecosystems
Apollon - 22/5/12 - 09:00 - User-driven Open Innovation Ecosystems
 
Apollon - 22/5/12 - 09:00 - User-driven Open Innovation Ecosystems
Apollon - 22/5/12 - 09:00 - User-driven Open Innovation EcosystemsApollon - 22/5/12 - 09:00 - User-driven Open Innovation Ecosystems
Apollon - 22/5/12 - 09:00 - User-driven Open Innovation Ecosystems
 

Recently uploaded

Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 

Recently uploaded (20)

Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

Koen Handekyn - Variability in the Cloud

  • 1. iMinds 2011 Variability in the Cloud Multi-tenancy vs Virtualisation Koen.Handekyn@unifiedpost.com
  • 2. Agenda UnifiedPost The Challange: Service Product Lines in a Cloud Context Architectural Variations Application Level Multitenancy challanges Project Results
  • 3. UnifiedPost Specialized in the optimization of inbound and outbound document flows.  Standard and Tailor-made solutions in a transactional Software-as-a-Service model  Offering both paper, electronic and hybrid solutions  >10 years experience in the SAAS world with a growth at 40% per year Moving from ASP to PaaS puts higher further stresses the importance of efficiently handling variations points and customer driven engineering (CDE)
  • 4. ThomsonReuters: worldwide solution Print, e-invoice, e-archiving Started in 2003 >1.000.000 invoices per year, presenting a revenue of around 20 billion pound Invoices towards 120 countries via distributed printing Support SOX control workflow logic E-invoice roll-out to 50 countries Merger Thomson and Reuters: UP gets all the Thomson invoices
  • 6. MultiTenant Platform Overview  refers to a principle in software Community Convert Receive Receive Archive Render SocSec architecture where a single instance of Closed Portal Send Send Send Sign CAS Pay UP UP UP UP UP UP the software runs on a server, serving multiple client organizations (tenants). Solutions Services Docstore DocFlow: [receive] User Manager: Multi  is contrasted with a multi-instance architecture batch processing Input Channels Alexandria Temp Identity, SSO Space auth. model Static Content where separate software instances (or ReatTime Doc Services [send] Output Channels Resource Mngmnt Docs: Triples List, Actions, hardware systems) are set up for different Realtime Payment [offline payments] SQL Distributed Hash Workflow Services Payment Channels client organizations. With a multitenant architecture, a software application is Core Services Processing Channels Persistence App designed to virtually partition its data and & Service Platform & Connectors & Streaming Platform configuration, and each client organization Foundation Middleware works with a customized virtual application Development : Operations : Business Intelligence instance. Support Components  is also regarded as one of the essential attributes of Cloud Computing. [ wikipedia ]
  • 7. Levels of SaaS Multinenancy Maturity • Level 1 - Ad-Hoc/Custom: At the first level of maturity, each customer has its own customized version of the hosted application and runs its own instance of the application on the host's servers. Migrating a traditional non-networked or client-server application to this level of SaaS typically requires the least development effort and reduces operating costs by consolidating server hardware and administration. • Level 2 - Configurable: The second maturity-level provides greater program flexibility through configurable metadata, so that many customers can use separate instances of the same application code. This allows the vendor to meet the different needs of each customer through detailed configuration options, while simplifying maintenance and updating of a common code base. • Level 3 - Configurable, Multi-Tenant-Efficient: The third maturity level adds multi- tenancy to the second level, so that a single program instance serves all customers. This approach enables more efficient use of server resources without any apparent difference to the end user, but ultimately comes up against limits in scalability. • Level 4 - Scalable, Configurable, Multi-Tenant-Efficient: The fourth and final SaaS maturity level adds scalability through a multitier architecture supporting a load-balanced farm of identical application instances, running on a variable number of servers. The provider can increase or decrease the system's capacity to match demand by adding or removing servers, without the need for any further alteration of applications software architecture.
  • 8. From ASP to PAAS ASP SAAS SAAS Servers Servers PAAS Data Data IAAS IAAS IAAS Center Center Isolation Isolation Between Tenants Tenant / Services Provider / Platform Provider SLA SLA Towards Tenants Complex cascade from Tenant to Infrastructure
  • 9. Development and deployment support For service line architectures In public and private cloud contexts Background : A software product-line is “a set of software-intensive systems sharing a common, managed set of features that satisfy the specific needs of a particular market segment or mission and that are developed from a common set of core assets in a prescribed way” – A Feature model is a compact representation of all the products of the Software Product Line (SPL) in terms of "features". Goals:  Service Line Architecture: Family of related software services managed on behalf of a large customer base  Service Line Platform: Development and cloud based execution platform supporting a service line paradigm
  • 10. CUSTOMSS Challanges  Automating configuration and deployment of customer- specific variations inside a public or private cloud context managing:  Functional variatons and conflicts  Security/Isolation  Resources/SLA: modelling, provisioning, monitoring  Quality: protect for erosion of software quality  Do public cloud offerings support application level multi- tenancy ?
  • 11. Solving Variability through Virtualisation + Leverage existing software product line principles and deploy variations in an isolated way Tenant- Tenant- + Easily monitor and bill resource usage (cpu hours, specific specific memory, bandwidth) service service instance instance + Simplified Resource Provisioning + Limited security riscs Middleware- Middleware- library v2 library v1 + Legacy applications easily portable to the cloud VM1 VM2 - No resource sharing for features that are identical between CPU+Mem instances Shared DB - Coarse grained allocation of resources at application level Per tenant schema’s - “Open door” for “version hell” - Systems Administration requires advanced automation to be scalable - Operations and Support require extra tools to keep an overview - Architecture allows „non scalable solutions‟
  • 12. Solving Variability through Application Level Multitenancy An architectural design principle for SAAS applications to enable the servicing of multiple customers (tenants) by a (logically) single application instance and code base Multi Tenant Service Instances + Optimal use of resources through Multi-Tenant + Fine grained allocation of resources at feature level Middleware + Operations and support see one system VM1 + Simplified systems management CPU+Mem - Security becomes a core challenge Shared DB Single schema for all tenants - Non trivial monitoring of resource usage - Non trivial fine grained allocation of resources - Forced to think about scalability from the start - No migration path for legacy applications
  • 13. GAE Experiment (KULeuven) with an on-line booking application Dependency injection (DI) separates the management of component dependencies from the application code into separate modules and it enables tenant-specific software variations. Each tenant is represented by 200 users who each execute a booking scenario. This booking scenario consists of 10 requests to the application The performance overhead of using DI (Guice) is low. Less instances are created in the multitenant variant. Nr of CPU hours as measured by Google for billing purpose is close to equal allthough we expect the multitenant version to be more efficient. Instable behaviour from > 40 tenants (might be google protecting for overloadA), specifically more so for the multitenant variant
  • 14. Reference Platform Architecture Java/.NET (KULeuven) JBoss AS 7  Open Source  JBoss cluster (domain management, server groups...)  JGroups (reliable multicast communication)  mod_cluster (load balancer)  Infinispan: distributed in-memory storage (cache, shared memory)  Supports JEE 6  WS & RS (soa)  CDI (variablity)  JBoss Modules & OSGi support (versioning)  Async messages: JBoss HornetQ RedHat OpenShift  Very similar to our suggestion  Amazon EC2  Not yet open source
  • 15. Feature Placement (UGent)  Question: Where to place application instances in clouds to ensure demand is met?  Assumption to variability: use (multi-tenant) instances of features and create application linking instances using service-oriented architecture  Integer Linear Programming (ILP): optimal but to slow. Can we find an efficient heuristic Solver based on first-fit algorithm? Yes, it seems …
  • 16. Different feature conversions Server counts Feature Counts Application Counts