Hi Devs,

When I was going through API Manager docs[1] I observed the Following
Section.

*Resource sharing*

*WSO2 Carbon supports the following methods for sharing resources among
tenants:*

   - *Private Jet mode: This method allows the load of a tenant ID to be
   deployed in a single tenant mode. A single tenant is allocated an entire
   service cluster. The purpose of this approach is to allow special
   privileges (such as priority processing and improved performance) to a
   tenant.*
   - *Separation at hardware level: This method allows different tenants to
   share a common set of resources, but each tenant has to run its own
   operating system. This approach helps to achieve a high level of isolation,
   but it also incurs a high overhead cost.*
   - *Separation at JVM level: This method allows tenants to share the same
   operating system. This is done by enabling each tenant to run a separate
   JVM instance in the operating system.*
   - *Native multitenancy: This method involves allowing all the tenants to
   share a single JVM instance. This method minimises the overhead cost.*


I was wondering how can I achieve the above, Is there a guide for this?


[1] - https://docs.wso2.com/display/AM200/Multi+Tenant+Architecture
-- 
Yasassri Ratnayake
Senior Software Engineer - QA
WSO2 Inc ; http://wso2.com
lean.enterprise.middleware
*Mobile : +94715933168*
*Blogs : http://yasassriratnayake.blogspot.com
<http://yasassriratnayake.blogspot.com/>*
*            http://wso2logs.blogspot.com <http://wso2logs.blogspot.com>*
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to