Re: [Catalyst] Alternatives to Catalyst ?

2010-04-23 Thread Lars Balker Rasmussen
. chromatic has written at length about this subject, so I'm not going to delve further into it. -- Lars Balker RasmussenConsult::Perl ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi

Re: [Catalyst] Building complex layouts

2009-12-30 Thread Lars Balker Rasmussen
across pages. -- Lars Balker RasmussenConsult::Perl ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com

Re: [Catalyst] Building complex layouts

2009-12-30 Thread Lars Balker Rasmussen
On Wed, Dec 30, 2009 at 2:49 PM, Peter Corlett ab...@cabal.org.uk wrote: 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

Re: [Catalyst] Why load modules two times?

2009-08-04 Thread Lars Balker Rasmussen
That's how mod_perl rolls. I think you'll find that the standalone server doesn't load the modules twice. http://perl.apache.org/docs/2.0/user/handlers/server.html Best way to avoid this: don't use mod_perl. -- Lars Balker RasmussenConsult::Perl

Re: [Catalyst] Why load modules two times?

2009-08-04 Thread Lars Balker Rasmussen
On Tue, Aug 4, 2009 at 11:20 AM, Malloyjackwor...@gmail.com wrote: But Apache2 has not ServerType option, how to set standalone? Standalone server = perl script/myapp_server.pl Check http://dev.catalystframework.org/wiki/deployment for alternatives to mod_perl. -- Lars Balker Rasmussen

Re: [Catalyst] so many 'sleep' process in mysql.

2009-04-25 Thread Lars Balker Rasmussen
be a problem if it didn't! -- Lars Balker RasmussenConsult::Perl ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail

Re: [Catalyst] [PATCH] Catalyst::DispatchType::Chained (5.7101, 5.80001)

2009-04-20 Thread Lars Balker Rasmussen
/], } ); Backwards compatible, easy to test for. -- Lars Balker RasmussenConsult::Perl ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http

Re: [Catalyst] [PATCH] Catalyst::DispatchType::Chained (5.7101, 5.80001)

2009-04-20 Thread Lars Balker Rasmussen
On Mon, Apr 20, 2009 at 10:19 PM, Oleg Kostyuk cub.ua...@gmail.com wrote: 2009/4/20 Lars Balker Rasmussen l...@balker.dk: On Mon, Apr 20, 2009 at 9:58 PM, Oleg Kostyuk cub.ua...@gmail.com wrote: May I suggest:           my $t1 = Text::SimpleTable-new( 5, 10 );           my $t2 = Text

Re: [Catalyst] stripping path parts and then redispatch?

2009-02-22 Thread Lars Balker Rasmussen
browser prefs, so setting the Vary: Accept-Language response header won't help.) Apart from the missing true return value from auto, this works: http://lists.scsys.co.uk/pipermail/catalyst/2009-February/021072.html -- Lars Balker RasmussenConsult::Perl

Re: [Catalyst] Catalyst::Plugin::Session::Store::CHI

2009-02-09 Thread Lars Balker Rasmussen
? -- Lars Balker RasmussenConsult::Perl ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst

Re: [Catalyst] now() in insert

2009-02-06 Thread Lars Balker Rasmussen
On Fri, Feb 6, 2009 at 5:40 PM, Devin Austin devin.aus...@gmail.com wrote: On Fri, Feb 6, 2009 at 4:45 AM, Christian Lackas christ...@lackas.net wrote: dt = \'now()' DateTime also has a -now method. Careful now, they may not be identical: % perl -MDateTime -E 'say

Re: [Catalyst] Detach won't detach?

2009-01-26 Thread Lars Balker Rasmussen
; } This example is pretty much exactly the same as in the main Catalyst pod. -- Lars Balker RasmussenConsult::Perl ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst

Re: [Catalyst] installing catalyst on mac os

2008-12-25 Thread Lars Balker Rasmussen
. -- Lars Balker RasmussenConsult::Perl ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk

Re: [Catalyst] Any alternatives to generating thumbnails aside from Catalyst::Plugin::Upload::Image::Magick::Thumbnail

2008-12-23 Thread Lars Balker Rasmussen
On Tue, Dec 23, 2008 at 07:49:50PM +1100, kakim...@tpg.com.au wrote: Yes i have heard of Imager. Anyone else used it extensively ? Extremely heavily for all image-related tasks for years. And remember the 1st rule of thumbnails: cache. -- Lars Balker Rasmussen

Re: [Catalyst] OT: Use the CPAN, Luke? (was: Catalyst install failure due to Mouse.pm on Debian Etch)

2008-11-28 Thread Lars Balker Rasmussen
this. And Data::Visitor isn't just for Catalyst-use, so our problem isn't theirs. -- Lars Balker RasmussenConsult::Perl ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo

Re: [Catalyst] Catalyst and Perl on Google App Engine

2008-06-29 Thread Lars Balker Rasmussen
more powerful system to less powerful? So, where is your hypothetical system that is more powerful than app-engine? Have you ever tried scaling an app beyond a single box? -- Lars Balker RasmussenConsult::Perl

Re: [Catalyst] Distributed session storage problems/questions

2008-02-20 Thread Lars Balker Rasmussen
setup without some type of sticky session setup on the proxy? If so, any implementations of this using Apache 2.x mod_proxy(_balancer) as the frontend would be greatly appreciated. Sticky sessions are annoying. -- Lars Balker RasmussenConsult::Perl

Re: [Catalyst] Status of Reaction - ready for new projects?

2008-01-01 Thread Lars Balker Rasmussen
On Tue, Jan 01, 2008 at 03:00:57PM -0800, John Napiorkowski wrote: I remember reading somewhere about a Winter of Code perl project to use Reaction but I can't seem to find it, so I might have heard incorrectly. You haven't. http://www.shadowcat.co.uk/resources/woc_todo/ -- Lars Balker

Re: [Catalyst] difficulty in assigning an array to a stash

2007-11-11 Thread Lars Balker Rasmussen
-- Lars Balker RasmussenConsult::Perl ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ Dev

Re: [Catalyst] Preventing Catalyst from loading a Controller pm module

2007-10-30 Thread Lars Balker Rasmussen
/.. directories, but this method just doesn't seem as clean to me. This isn't clean(!) per se, but you could simply do sub auto { 0 } in the virtual bases and sub auto { 1 } in the real controllers. -- Lars Balker RasmussenConsult::Perl