Re: [Catalyst] Hangs in RenderView in end

2009-07-15 Thread Gordon Yeong
hi, gents:) any ideas? I have tried firefox 3.0 and 3.5 on my mac os X and it causes myapp_server.pl to hang (ie. cause the CPU server to go 100%). Running an strace just shows me write(6, =\http://www.myexample.com.;..., 2715) = -1 EAGAIN (Resource temporarily unavailable) write(6,

[Catalyst] more description for FAST CGI deployment in catalyst cookbook?

2009-07-15 Thread kakimoto
hi guys i am trying to figure out how to bring my app for production. Looked at http://search.cpan.org/dist/Catalyst-Manual/lib/Catalyst/Manual/Cookbook.pod#FastCGI_Deployment and i am just wondering if anyone can add more description for FAST CGI deployment in catalyst cookbook? For example,

[Catalyst] nginx configuration tute for catalyst

2009-07-15 Thread kakimoto
hi, all i am looking at http://dev.catalyst.perl.org/wiki/adventcalendararticles/2008/02-catalyst_and_nginx. First of all, let me apologise as i dont have a sent folder in this lite mail client of mine. Hence, i cannot post this question to my previously sent mail. i am looking at

Re: [Catalyst] Switching to a production server

2009-07-15 Thread kakimoto
hello. Emily, how is your catalyst app now? Is it running smoothly with FastCGI? thanks K. akimoto Re: [Catalyst] Switching to a production server ivorw Tue, 16 Sep 2008 12:53:47 -0700 Emily Heureux wrote: Thanks, I read your suggestions and opinions and am switching to fastcgi with

[Catalyst] Advice on namespace for a potential Catalyst cpan module

2009-07-15 Thread Ian Docherty
WRT my previous post I now have a module for a Moose Role useable in a Catalyst Controller to manage breadcrumb trail navigation. The module automatically builds up a breadcrumb trail as you navigate through the web application and can then be used to produce an ordered list of the pages you

Re: [Catalyst] more description for FAST CGI deployment in catalyst cookbook?

2009-07-15 Thread Kieren Diment
On 15/07/2009, at 9:45 PM, kakim...@tpg.com.au wrote: hi guys i am trying to figure out how to bring my app for production. Looked at http://search.cpan.org/dist/Catalyst-Manual/lib/Catalyst/Manual/Cookbook.pod#FastCGI_Deployment and i am just wondering if anyone can add more description for

Re: [Catalyst] more description for FAST CGI deployment in catalyst cookbook?

2009-07-15 Thread kakimoto
Hello Kieren 1) I was just asking where do I put the configuration as per the article. Here's an extract from my prev email. For example, there's a bunch of configuration in step 2 of FAST CGI deployment (title of 2. Configure your application). The problem I am having here is that there is no

Re: [Catalyst] nginx configuration tute for catalyst

2009-07-15 Thread Jason Galea
Hi K, that'd be your nginx.conf. You should find it in /etc/nginx/ or maybe /usr/local/nginx all depending on how nginx was installed. cheers, J kakim...@tpg.com.au wrote: hi, all i am looking at http://dev.catalyst.perl.org/wiki/adventcalendararticles/2008/02-catalyst_and_nginx.

[Catalyst] sporadical error in template parsing

2009-07-15 Thread Gerrit Wichert
Hello, i just encountered a sporadical error when trying to render this tt2 template code: file message.tt2: [% META title = 'Catalyst/TT View!' %] p span class=message[% message %]/span /p [% IF Catalyst.request.referer %] pa href=[% Catalyst.request.referer %]zurück/a/p [% END -%]

Re: [Catalyst] Hangs in RenderView in end

2009-07-15 Thread Tomas Doran
On 15 Jul 2009, at 09:31, Gordon Yeong wrote: hi, gents:) any ideas? I have tried firefox 3.0 and 3.5 on my mac os X and it causes myapp_server.pl to hang (ie. cause the CPU server to go 100%). Running an strace just shows me write(6, =\http://www.myexample.com.;..., 2715) = -1

Re: [Catalyst] default : Local v. default : Path

2009-07-15 Thread Paul Makepeace
On Wed, Jul 15, 2009 at 4:39 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 7 Jul 2009, at 08:15, Paul Makepeace wrote: My app recently started failing with default : Private. IIRC at YAPC10 mst said this was a  relic of bygone Catalyst days. So what does default : Path actually _mean_?

Re: [Catalyst] nginx configuration tute for catalyst

2009-07-15 Thread kakimoto
Hi, J :) Good morning. Thanks for that piece of info. I wish someone would just patch the documentation as that single line does help a non-nginx/admin savvy person trying to set up nginx. K. akimoto On Wed, Jul 15th, 2009 at 10:50 PM, Jason Galea li...@eightdegrees.com.au wrote: Hi K,

Re: [Catalyst] more description for FAST CGI deployment in catalyst cookbook?

2009-07-15 Thread Andrew Rodland
On Wednesday 15 July 2009 06:23:24 pm kakim...@tpg.com.au wrote: Again, my question is, where do I put the configuration above in? apache.conf ? httpd.conf? Doesn't say :( Wherever it needs to be for your setup; apache configurations differ quite a bit by vendor, and this is the Catalyst

Re: [Catalyst] more description for FAST CGI deployment in catalyst cookbook?

2009-07-15 Thread kakimoto
Yep, i can agree with that. I do hope someone could write a tute for a specific setup. At least there's something concrete for non-admin savvy people to turn to. thanks On Thu, Jul 16th, 2009 at 9:34 AM, Andrew Rodland arodl...@comcast.net wrote: On Wednesday 15 July 2009 06:23:24 pm

Re: [Catalyst] more description for FAST CGI deployment in catalyst cookbook?

2009-07-15 Thread Chisel Wright
On Thu, Jul 16, 2009 at 10:18:02AM +1000, kakim...@tpg.com.au wrote: Yep, i can agree with that. I do hope someone could write a tute for a specific setup. At least there's something concrete for non-admin savvy people to turn to. Which specific setup though? As Andrew said, apache

Re: [Catalyst] Hangs in RenderView in end

2009-07-15 Thread kakimoto
hello, t0m, Good morning. 1)Does using the Prefork engine work, or does it exhibit the same behavior? I am sorry as I can't tell you. This is because I have not tried it yet. Been developing and noticed this strange problem. I m pretty stuck halfway now with a Catalyst application that

Re: [Catalyst] nginx configuration tute for catalyst

2009-07-15 Thread Tomas Doran
On 16 Jul 2009, at 00:20, kakim...@tpg.com.au wrote: I wish someone would just patch the documentation as that single line does help a non-nginx/admin savvy person trying to set up nginx. So why don't you? Cheers t0m ___ List:

Re: [Catalyst] more description for FAST CGI deployment in catalyst cookbook?

2009-07-15 Thread kakimoto
What OS/Distro are you using? Maybe someone else already has an example/setup that you can peek at. Good morning, Chisel. Yep, I am using Ubuntu Hardy Heron :) That would be most helpful. Thanks :) -- Chisel Wright ___ List:

Re: [Catalyst] nginx configuration tute for catalyst

2009-07-15 Thread kakimoto
-- Yep, I would love to but as I don't know how to set up NgiNx myself for catalyst, I can't :( On 16 Jul 2009, at 00:20, kakim...@tpg.com.au wrote: I wish someone would just patch the documentation as that single line does help a non-nginx/admin savvy person trying to set up

Re: [Catalyst] more description for FAST CGI deployment in catalyst cookbook?

2009-07-15 Thread Chisel Wright
On Thu, Jul 16, 2009 at 10:39:08AM +1000, kakim...@tpg.com.au wrote: What OS/Distro are you using? Maybe someone else already has an example/setup that you can peek at. Good morning, Chisel. Yep, I am using Ubuntu Hardy Heron :) That would be most helpful. Thanks :) In general you want

Re: [Catalyst] Hangs in RenderView in end

2009-07-15 Thread Gordon Yeong
hey K thanks for including the error logs for me. ___ 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/ Dev site:

Re: [Catalyst] nginx configuration tute for catalyst

2009-07-15 Thread Tomas Doran
On 15 Jul 2009, at 13:50, Jason Galea wrote: Hi K, that'd be your nginx.conf. You should find it in /etc/nginx/ or maybe /usr/local/nginx all depending on how nginx was installed. On 16 Jul 2009, at 01:40, kakim...@tpg.com.au wrote: On 16 Jul 2009, at 00:20, kakim...@tpg.com.au

Re: [Catalyst] Hangs in RenderView in end

2009-07-15 Thread Gordon Yeong
hey K, try running myApp_server.pl with -k . I tried it on my mac and it works just fine! :D anyway, would be interesting to find out why FF 3/3.5 causes the problem it does on Mac. ___ List: Catalyst@lists.scsys.co.uk Listinfo: