NET 0.00% 0.3¢ netlinkz limited

multi-tenanting in the context of hosted software means that one...

  1. 850 Posts.
    lightbulb Created with Sketch. 251
    multi-tenanting in the context of hosted software means that one app serves multiple users / customers (tenants) - it's the basis of many Software As a Service (SAaS) platforms today.

    Done properly, onboarding a new user / customer means simply a row added to a table, and the user can now use the service - no great effort expended to accommodate the new user. All the new users requests pass through the same app, same servers but they are limited to accessing only their own data.

    It means operational costs are much more easily spread across the entire user base and generally costs per user are greatly reduced - however it should be noted that the cost per user may actually be quite high until a critical mass of user numbers is reached.

    Several complex issues need to be managed - such as how to deliver updates / changes in a controlled manner - you shouldn't stream updates to all users immediately in case of a catastrophic error, so you want to stage that gradually - typically in systems today you'd split your customers into shards - say one tenth of the users, and update one shard at a time, monitoring after each update is rolled out and ready to react to problems before rolling out the next shard.
 
watchlist Created with Sketch. Add NET (ASX) to my watchlist
arrow-down-2 Created with Sketch. arrow-down-2 Created with Sketch.