Hi Jakob, >From what I know about it, caching proxies like Squid don't really take care >of serving static content as such (preventing ML to bother about it >altogether), but just serve them from their cache, usually memory, so pretty >fast. They essentially handle static and dynamic content in the same way, but >look carefully at content expiration to decide when to get a refreshed copy >from the backend (ML).
Such proxies can greatly improve dynamically generated websites, saving calculation time when the same page is requested often, but actually changes much less frequently. The use for real dynamic pages, like submit forms is perhaps less, but you could try nonetheless.. Kind regards, Geert -----Oorspronkelijk bericht----- Van: [email protected] [mailto:[email protected]] Namens Jakob Fix Verzonden: maandag 21 februari 2011 13:39 Aan: General Mark Logic Developer Discussion Onderwerp: [MarkLogic Dev General] caching server in front of MarkLogic Hi, in preparation of a go-live of a MarkLogic-based application, I've been advised to use a caching server (such as nginx or squid) in front of MarkLogic's own web server. As far as I understand, the interest of such a server is to have them serve static content (javascript, images, css) while dynamic content will be handed over to and served by MarkLogic. I would be interested in people's experience with either one server, and possibly configuration files used in conjunction with MarkLogic. Thank you, Jakob. _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
