Apart from load balancing and caching what are the other usage of dispatcher
Hi Team,
Apart from load balancing and caching what are the other usage of dispatcher ?
Thanks in advance
Hi Team,
Apart from load balancing and caching what are the other usage of dispatcher ?
Thanks in advance
Hi @jakecham
Apart from the Load Balancing and caching dispatcher can give you the several use cases such as:
Failover Protection: When one instance of AEM is down, the dispatcher can redirect traffic to another running instance. This ensures that your site remains accessible, even if one Publish instance is down.
Static Content Management: Dispatcher can serve static content (HTML, images, CSS, JavaScript, etc.) directly, reducing the load on the AEM instance and increasing the responsiveness of your site.
Security: Dispatcher helps to secure your AEM instance by restricting access to certain URLs and by filtering incoming requests. It acts as a shield to prevent any direct access to your AEM publish instance, providing an additional layer of security.
URL Rewriting and Mapping: Dispatcher aids in search engine optimization (SEO) by rewriting URLs into more user-friendly and readable formats.
Lower Network Traffic: By caching frequently used data, Dispatcher helps reduce network traffic between the browser and AEM.
Auto-Invalidation: When content changes, Dispatcher automatically invalidates (or deletes) the outdated cached content, ensuring that users always receive the most up-to-date content.
Statistical Analysis: Dispatcher logs can be used to perform statistical analysis. This may be important for determining patterns of resource use, identifying popular pages, or spotting potential security threats.
Thanks,
Venkat
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.