Friday, November 27, 2009

Performance Considerations in Distributed Applications

Major points to keep in mind when building distributed Java applications.
Distribution and communication between applications and services is a central concept in modern application architectures. In order to profit from distribution you have to keep some basic principles in mind – otherwise you can easily run into performance and scalability problems. During development these problems often do not surface. Then suddenly in load testing or production you might then realize that your chosen software architecture does not support the required performance and scalability requirements. In this post we will look at major points to keep in mind when building distributed applications. A good article - for more details read from this link. http://java.sys-con.com/node/1167053

No comments: