« Return to Thread: anyone used Varnish yet?

Re: anyone used Varnish yet?

by Jason Kuri :: Rate this Message:

Reply to Author | View in Thread

Hi!

I've used varnish a lot.  (I also wrote the advent article) and the
followup:

http://www.catalystframework.org/calendar/2008/17

It is very nice, much better than the alternatives (squid, etc.) It
takes a little getting used to, but it gives you incredible control
over how you handle requests.

One thing I will say is always specify your storage methods.  By
default it will grab like half of the available memory (or something
like that) and it's rare that you need that.

Also be wary of the cookie handling.  You need to add cache control to
your application in the right way or you will serve generic content
when you shouldn't and  custom (per user) content when you want generic.

See this:

http://dev.catalyst.perl.org/wiki/adventcalendararticles/2007/11-Making_your_Catalyst_App_Cache-friendly

for some advice there.

Good luck!

Jay

On Jun 24, 2009, at 7:02 PM, kakimoto@... wrote:

> hi everyone,
> I just read http://www.catalystframework.org/calendar/2008/14
>
> I have seen some mentions on
> http://www.mail-archive.com/catalyst@.../msg04620.html
> and http://www.mail-archive.com/catalyst@.../msg06552.html
>  .
>
>
> Was wondering if anyone's used it and have any words of praise/
> complaints?
>
> thanks
> k. akimoto
>
> _______________________________________________
> List: Catalyst@...
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@.../
> Dev site: http://dev.catalyst.perl.org/


_______________________________________________
List: Catalyst@...
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@.../
Dev site: http://dev.catalyst.perl.org/

 « Return to Thread: anyone used Varnish yet?