473,386 Members | 1,886 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Scalability

What does the term "scalability of an application" mean?

Thanks,

Arpan
Jul 19 '05 #1
3 1901
How well your application will work as the demand on it increases.

i.e. You can make a web-based app that is coded very poorly from an
efficiency point of view, and if only one person is using the app, it won't
really matter. But, if your site gets really busy and suddenly 50,000
people are using it, you will see that the application is not very scalable
if it was coded poorly.

Ray at work

"Arpan" <ar******@hotmail.com> wrote in message
news:uS**************@TK2MSFTNGP10.phx.gbl...
What does the term "scalability of an application" mean?

Thanks,

Arpan

Jul 19 '05 #2
In addition to Ray's response "scalability" also includes the ability to add
additional hardware resources to increase the number of users.

For instance:
session variables are considered an impediment to scalability because they
use server memory to hold data and memory may be limited. Also session
variables are not shared between web-servers in a web-farm so you cannot
improve things just by adding more servers (there are some work-arounds for
this however).

Keeping session data in a database is considered "scaleable" because you can
easily add web-servers to increase capacity. This is a more "scalable"
solution than session variables even though it may require more hardware
support for each individual user than using session variables would (SQL
statement execution vs memory access).

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"Arpan" <ar******@hotmail.com> wrote in message
news:uS**************@TK2MSFTNGP10.phx.gbl...
What does the term "scalability of an application" mean?

Thanks,

Arpan

Jul 19 '05 #3
I have got to confess that you as well as Ray have given a very good
explanation & instances to make me understand the term "scalability". Thanks
to both of you for the same :)

Regards to you & Ray,

Arpan

"Mark Schupp" <ms*****@ielearning.com> wrote in message
news:uQ**************@TK2MSFTNGP11.phx.gbl...
In addition to Ray's response "scalability" also includes the ability to add additional hardware resources to increase the number of users.

For instance:
session variables are considered an impediment to scalability because they
use server memory to hold data and memory may be limited. Also session
variables are not shared between web-servers in a web-farm so you cannot
improve things just by adding more servers (there are some work-arounds for this however).

Keeping session data in a database is considered "scaleable" because you can easily add web-servers to increase capacity. This is a more "scalable"
solution than session variables even though it may require more hardware
support for each individual user than using session variables would (SQL
statement execution vs memory access).

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"Arpan" <ar******@hotmail.com> wrote in message
news:uS**************@TK2MSFTNGP10.phx.gbl...
What does the term "scalability of an application" mean?

Thanks,

Arpan


Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Wenning Qiu | last post by:
I am researching issues related to emdedding Python in C++ for a project. My project will be running on an SMP box and requires scalability. However, my test shows that Python threading has very...
0
by: Khaled D Elmeleegy | last post by:
--=_alternative 004FC1E080256D75_= Content-Type: text/plain; charset="us-ascii" I am studying the scalability of MYSQL on SMPs on Linux. I am wondering if any one has performed scalability...
2
by: rlm | last post by:
I know, solely as a matter of fact, that a web based application written in (100%) VBScript/JavaScript & embedded SQL will not scale. However, I can only conjecture as to the reasons why. We have...
0
by: tharma | last post by:
I was wondering if some one provides some information about scalability and performance of ASP vs JSP. Scalability of JSP vs. ASP (which one is better?) Performance of JSP vs. ASP (which has...
8
by: Duffey, Kevin | last post by:
We are looking for information regarding any capabilities of PostgreSQL in regards to scalability. Ideally we want to be able to scale in both directions. What sort of solutions are out there for...
1
by: Refky Wahib | last post by:
Hi Actually I need Technical Support I finished a Great project using .Net and SQL Server and .Net Mobile Control My Business case is to implement this Program to accept about 1 Million...
2
by: Gordowey | last post by:
Hi all, I would like to ear your opinion about the best approach for and ASP.net with high workload traffic (High number of visitors) using SQL DB Consider the following scenario: - Website...
9
by: Tim Mitchell | last post by:
Hi All, I work on a desktop application that has been developed using python and GTK (see www.leapfrog3d.com). We have around 150k lines of python code (and 200k+ lines of C). We also have a...
0
by: Daniel Fetchinson | last post by:
>I work on a desktop application that has been developed using python If python is suitable for large projects with over 300k lines of code but not in the desktop app scene but web apps then...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.