Bao Ho
Bao Ho

Reputation: 627

how to make a private cloud and scale applications in cloud

We are doing quite a lot of “traditional” web applications with relational databases. All of them are in-house softwares that serve a limited number of users. Now we are building a web application and making business with it as a cloud e.g. an SaaS. However, we have no experience on cloud computing. We highly appreciate all advices so that we can start digging, as currently, we don't know from where to dig :)

Summary of our web application: we have main 2 parts

Part 1:

Part 2:

We are thinking of managing user registrations (accounts) separately. Let it manage authentication and implementing SSO so that we could use it in all our applications. We plan to build more applications and expect growing on number of registered users.

All applications are built with java.

What we are vague about are:

Thank you.

Upvotes: 0

Views: 291

Answers (2)

pkm
pkm

Reputation: 2783

The best and easiest way it to use VMware Perlsdk obviously perl is per-requiste but its the simplest thing most of the things are available on VMware's site you need to tweak it according to your need. But that will not be so easy you need to have depth knowledge how operating system behaves and how to work over network.

Upvotes: 2

kekaoyunfuwu
kekaoyunfuwu

Reputation: 226

  1. It sounds that your service didn't reach the point where you have to concern application scalability. Why not just make it run, then you will find out what to do to scale it up.

  2. Openstack recommended, a open sourced, AWS-compatible cloud computing framework.

  3. On the infrastructure layer, openstack takes care of it. On the application layer, you have to find your own way.

4.Cloud computing is supposed to take care of this question. You can migrate your app or database whenever pitfall is noticed.

Upvotes: 1

Related Questions