-
Recent Posts
Blog Archive
My Links
Labels
- Application Clustering (4)
- Distributed Systems (6)
- EMS/NMS/OSS (9)
- Food (3)
- General (35)
- Hadoop (1)
- Hibernate (2)
- java (22)
- Linux (1)
- Miscellaneous (11)
- Movies (21)
- NGOSS/OSS/J/TMF (5)
- Pics (9)
- Scala (1)
- Technical (5)
- Travelogue (2)
- Uncategorized (8)
- workflow/XPDL/BPEL (1)
Category Archives: Application Clustering
Distributed Java Application Development – Part 6
In this article we will explore some more capabilities which are required to build Application-Level Server-cluster-aware applications. While developing standalone java applications we use various java built-in data structures like Map,Queue,List,Set etc. and built-in concurrency constructs like Synchronized, Lock, … Continue reading
Distributed Java Application Development – Part 5
In this article we will explore Server Group membership/Group communication/Service Registry and Discovery capabilities which are required to build Application-Level Server-cluster-aware applications. Group membership and Group communication In distributed systems, application must be able to establish a dynamic process/server group and track … Continue reading
Distributed Java Application Development – Part 4
In this article we will explore the distributed caching capability which is required to build Application-Level Server-cluster-aware applications. Our sample clustered application above [Fig. A] likely to encounter major scalability issues as we try to scale and put more load on application. … Continue reading
Distributed Java Application Development – Part 3
This is the third article in the series of articles exploring distributed java application development. In this article we will explore the capabilities/support required to build Aplication-Level Server-cluster-aware applications. We will explore these capabilities with the help of a simple … Continue reading