anyone used Varnish yet?

View: New views
4 Messages — Rating Filter:   Alert me  

anyone used Varnish yet?

by kakimoto :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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/

Re: anyone used Varnish yet?

by Devin Austin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Varnish is *awesome*.

It's truly a life saver, and really easy to use.  Highly recommend it.

On Wed, 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/



--
Devin Austin
http://www.codedright.net
http://www.dreamhost.com/r.cgi?326568/hosting.html - Host with DreamHost!

_______________________________________________
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/

Re: anyone used Varnish yet?

by Jason Kuri :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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/

Re: anyone used Varnish yet?

by kakimoto :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi Jay,
 thanks a lot! I just loaded up the two pages. Going to print them and
read them on the way home.

:D

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/