Hi Vamsi,

It depends on your definition of "large number", it depends on the hardware, 
and it depends on how the site is implemented, but yes, the performance of 
magnolia is very good to begin with, and various optimizations (caches) mean a 
single public instance on "normal" hardware can usually handle most types of 
sites. Only sites with "a lot" of traffic need to consider further 
optimizations.

In a typical production setup you need to consider how you will map your 
incoming requests (which users expect to work on ports 80 or 443) to magnolia, 
which as a java app should not be run as root, and will therefore typically run 
on port 8080 and 8443.
Solutions to this on a linux/unix Server can be:
- some iptables rules to map the ports
- Apache with mod_proxy
- Apache with mod_jk
- A hardware load balancer or "content-switch" type device

Regards from Vienna,

Richard


> -----Ursprüngliche Nachricht-----
> Von: [email protected] [mailto:user-list-owner@magnolia-
> cms.com] Im Auftrag von Vamsi Krishna Bahujanapalli (via Magnolia Forums)
> Gesendet: Montag, 20. April 2015 18:27
> An: Magnolia User List
> Betreff: [magnolia-user] Re: Pushing content from Publish Instance to
> Apache Web Server
> 
> Thank you Had for the detailed response.
> 
> I have few questions in terms of using multiple publish instances.
> 
> - Can the publish instances handle large no. of requests coming for content
> - In a typical production setup, do we still need to have a Apache web server
> in front of the Publish Instances to receive the request and forward it to
> publish instances
> 
> Regards,
> Vamsi
> 
> --
> Context is everything: http://forum.magnolia-
> cms.com/forum/thread.html?threadId=30708b89-29fa-4bde-90bf-
> b19a8b064c31
> 
> 
> ----------------------------------------------------------------
> For list details, see http://www.magnolia-cms.com/community/mailing-
> lists.html
> Alternatively, use our forums: http://forum.magnolia-cms.com/
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------



----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to