Application scalability news, help and research - TheServerSide.com

Java Development Topics:

Application scalability

Application Scalability refers to the ability of an application to handle different levels of usage. A highly scalable application will only require additional resources in order to handle higher usage loads. An application that is not scalable will require modifications to the application itself in order to handle higher usage loads. When programming an application, scalability is an important consideration. Scalability allows a program to handle different loads, but may limit application performance and functionality. In this section on application scalability, get the latest news, research, and tutorials to help make your applications scalable to fit your business needs. Learn techniques for determining how scalable an application should be and discover ways for estimating and optimizing application scalability.

News:

1 - 3 of 14

VIEW ALL News ON Application scalability

Reference & Learning:

1 - 3 of 11

VIEW ALL Reference & Learning ON Application scalability

Expert Technical Advice:

1 - 1 of 1
  • Java 7 and the intricacies of safe and unsafe casting 26 Jan 2012

    Tip - One of the problems with casting is that it does have the potential to cause a loss of precision, especially if the number that gets cast does indeed fall outside of the range of the target type. Here we will explain why this happens.

VIEW ALL Expert Technical Advice ON Application scalability