Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does a web-based framework scalable?

thanks you very much in advance.

First of all, I conceive scalability as the ability to design a system that doest not change when the demand of its services, whatever they are, increases considerably. May you need more hardware (vertically or horizontally0? Fine, add it at your leisure because the system is prepared and has been designed to cope with it.

My question is simple to ask but presumably very complex to answer. I would like to know what you I look at in a framework to make sure it will scale accordingly, both in number of hits and number of sessions running simultaneously.

This question is not about technology nor a particular framework at all, it is more a theoretical question.

I know that depend very much on having a good database design and a proper hardware behind with replication, etc... Let's assume that this all exists, however yet my framework must meet some criteria, what?

  • Provide a memcache?
  • Ability to run across multiple machines (at the web server level) and use many replicated databases? But what is in the software that makes that possible?
  • etc...

Please, let's not relate the answers with any particular programming language or technology behind.

Thanks again,

D.

like image 688
user1593139 Avatar asked Feb 24 '26 23:02

user1593139


1 Answers

I think scalability depends most of all on the use case: do you expect huge amounts of data, then you should focus on the database, if it's about traffic, focus on the server, is it about adding new features, focus on your data-model and the framework you are using...

Comparing a microposts-service like Twitter to a university website or a webservice like GoogleDocs you will find quite different requirements.

like image 152
Marcel Hebing Avatar answered Mar 01 '26 23:03

Marcel Hebing



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!