Re: [Catalyst] Log::Log4perl::Catalyst or Catalyst::Log::Log4perl ?

2010-06-14 Thread Peter Corlett
On Sun, Jun 13, 2010 at 11:14:44AM +0200, Christiaan Kras wrote: [...] I've found and tried Catalyst::Plugin::Log4perl::Simple but when using the module Catalyst warns about it using NEXT. So I'm wondering if it's smart to use it in its current state. That's one of my modules, a very crude

Re: [Catalyst] Building complex layouts

2009-12-30 Thread Peter Corlett
On 30 Dec 2009, at 10:11, Lars Balker Rasmussen wrote: [...] Definitely split sidebars etc. into separate actions. Then have nginx, varnish or equiv. combine them with SSI/ESI. This also helps caching across pages. Does Catalyst's built-in web server support either technology yet? If

Re: [Catalyst] Catalyst - any good AJAX tutes?

2009-03-06 Thread Peter Corlett
On 6 Mar 2009, at 10:33, Neo [GC] wrote: [...] To anyone: Be careful when converting perl-datastructures to JSON. I remember having a problem with boolean values, as javascript knows real booleans while perl uses 0 and 1. use JSON did have some magic settings to prevent a boolean 0/false to

Re: [Catalyst] How to detect cancelled requests?

2008-10-29 Thread Peter Corlett
On Wed, Oct 29, 2008 at 10:11:35AM -0400, Stuart Watt wrote: [...] To give context, the queries that are an issue are SQL queries against a database that contains millions of components, where users may construct wildcard queries of the form *A*, with additional filtering constraints. If that

Re: [Catalyst] C::P::Compress::Gzip

2008-09-24 Thread Peter Corlett
On Sat, Sep 20, 2008 at 11:46:25AM +0300, Octavian Rasnita wrote: I try to use C::P::Compress::Gzip, but if I add it to the list of plugins, the program gives an error in the browser telling The requested URL / was not found on this server. It's probably easier to just configure Apache to do

Re: [Catalyst] So, what do we want in the -next- book?

2008-04-29 Thread Peter Corlett
On Sun, Apr 27, 2008 at 03:01:47AM -0500, Jonathan Rockway wrote: [...] Anyway, I hate to break this to you... if you want to know every detail of how the code works, you have to read the code. Reading code is the most important skill a programmer can have, so I suggest biting the bullet,

Re: [Catalyst] So, what do we want in the -next- book?

2008-04-29 Thread Peter Corlett
On Tue, Apr 29, 2008 at 11:34:57AM -0500, Jonathan Rockway wrote: * On Tue, Apr 29 2008, Peter Corlett wrote: [...] Right, and I need to read the entire Linux and libc source code to be able to write a Unix application. It will help, yes. It may well help, but it is not necessarily the best