Author name: Ondro Mihályi

Guides, GlassFish

Performance Best Practice no. 2: Implement Caching

This entry is part 3 of 3 in the series Best Practices for Jakarta EE Performance Optimization

Caching is a powerful technique used to improve the performance and scalability of applications. By storing frequently accessed data closer to where it’s needed, caching can significantly reduce latency and system load. Let’s take a look at some common caching levels and best practices.

Performance Best Practice no. 2: Implement Caching Read Post »

GlassFish, Guides

How to: Apache Server as a Load Balancer for your GlassFish Cluster

This entry is part 2 of 2 in the series Load balancing with Eclipse GlassFish cluster

This tutorial will guide you to configure Apache HTTP Server as a load balancer for your GlassFish cluster. It shows how to apply the sticky session routing mechanism to keep requests within a single session served by a single GlassFish instance.

How to: Apache Server as a Load Balancer for your GlassFish Cluster Read Post »

Scroll to Top