Re: [Catalyst] New engine: HTTP::Prefork

2008-04-06 Thread Octavian Rasnita
Hi, From: Andy Grundman [EMAIL PROTECTED] Finally got around to releasing an engine I have been working on for a little bit. I was disappointed in the POE engine and came to the conclusion that POE, while tons of fun to use, is not the right framework for something like a Catalyst engine.

Re: [Catalyst] New engine: HTTP::Prefork

2008-04-06 Thread Kaare Rasmussen
little bit. I was disappointed in the POE engine and came to the conclusion that POE, while tons of fun to use, is not the right Just when POE went 1.0! Not fair!! It's suitable for use as a fast development server with the same -r restart support as the HTTP and POE engines, and should

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

2008-04-06 Thread Ali M.
Kinda opposed to popular demand, I would like the next book to be the equivilant of the camel book programming perl . I would like to know how Catalyst Work, so I can better figure things on my one, instead of the desired receipe approach of a cookbook I would like to learn the concepts behind

Re: [Catalyst] CatalystSites.org

2008-04-06 Thread Oleg Pronin
Cause for now i see URLs like *URL:* http://test.bytabok.com :) 2008/4/6, Oleg Pronin [EMAIL PROTECTED]: It would be good to sort sites basing on alexa.com's popularity rating. The best sites will be on top ! :) 2008/4/6, Stephen Sykes [EMAIL PROTECTED]: Markus Holzer wrote: Hi

Re: [Catalyst] CatalystSites.org

2008-04-06 Thread Oleg Pronin
It would be good to sort sites basing on alexa.com's popularity rating. The best sites will be on top ! :) 2008/4/6, Stephen Sykes [EMAIL PROTECTED]: Markus Holzer wrote: Hi Stephen. Well, today I would like to announce the site launch. The site looks nice, but I find it a little

Re: [Catalyst] trouble with Catalyst::Controller::FormBuilder: form does not render correctly (no fields)

2008-04-06 Thread Markus Holzer
Can you post your .fb, template and controller code so we can see what the problem might be? [stephen] Of course, though all I did was trying the example from the pod, nothing fancy. code: !file: Infocenter/lib/Controller/Akte.pm package Infocenter::Controller::Akte; use strict; use

Re: [Catalyst] CatalystSites.org

2008-04-06 Thread Marcus Ramberg
ty chego raspizdelsia po-russki, suka? :D Marcus On 2. april. 2008, at 19.17, Oleg Pronin wrote: ti che raspizdilsya po-nemetski, suka ? 2008/4/2, Ulf Lenski [EMAIL PROTECTED]: Hallo Ulrich, ich habe, dein Einverständnis vorausgesetzt, unsere pspf-app mal auf der unten genannten Seite

Re: [Catalyst] CatalystSites.org

2008-04-06 Thread Ali M.
أنا بكلم عربي كويس عشان أنا مصري :P On Sun, Apr 6, 2008 at 2:26 PM, Marcus Ramberg [EMAIL PROTECTED] wrote: ty chego raspizdelsia po-russki, suka? :D Marcus On 2. april. 2008, at 19.17, Oleg Pronin wrote: ti che raspizdilsya po-nemetski, suka ? 2008/4/2, Ulf Lenski [EMAIL PROTECTED]:

Re: [Catalyst] CatalystSites.org

2008-04-06 Thread Oleg Pronin
5 ballov : 2008/4/6, Marcus Ramberg [EMAIL PROTECTED]: ty chego raspizdelsia po-russki, suka? :D Marcus On 2. april. 2008, at 19.17, Oleg Pronin wrote: ti che raspizdilsya po-nemetski, suka ? 2008/4/2, Ulf Lenski [EMAIL PROTECTED]: Hallo Ulrich, ich habe, dein

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

2008-04-06 Thread Aristotle Pagaltzis
* Ali M. [EMAIL PROTECTED] [2008-04-06 12:35]: I would like to know how Catalyst Work, so I can better figure things on my one, instead of the desired receipe approach of a cookbook ++ I think this is a massive hole in the Catalyst documentation in general. I try to read the source and figure

Re: [Catalyst] CatalystSites.org

2008-04-06 Thread Martin Ellison
我看没懂。。。 On 06/04/2008, Oleg Pronin [EMAIL PROTECTED] wrote: 5 ballov : 2008/4/6, Marcus Ramberg [EMAIL PROTECTED]: ty chego raspizdelsia po-russki, suka? :D Marcus On 2. april. 2008, at 19.17, Oleg Pronin wrote: ti che raspizdilsya po-nemetski, suka ? 2008/4/2, Ulf

Re: [Catalyst] New engine: HTTP::Prefork

2008-04-06 Thread Andy Grundman
On Apr 6, 2008, at 3:08 AM, Octavian Rasnita wrote: It is based on Net::Server::Prefork so it has all of the preforking features you'd expect (min servers, spares, max servers, flock- based accept() serialization, etc). It also requires 2 XS modules to further improve performance:

Re: [Catalyst] New engine: HTTP::Prefork

2008-04-06 Thread Andy Grundman
On Apr 6, 2008, at 3:36 AM, Kaare Rasmussen wrote: little bit. I was disappointed in the POE engine and came to the conclusion that POE, while tons of fun to use, is not the right Just when POE went 1.0! Not fair!! POE rocks, but a single process just doesn't work for Catalyst, because

Re: [Catalyst] Why use external FastCGI apps?

2008-04-06 Thread Matt S Trout
On Mon, Mar 10, 2008 at 10:47:01AM -0400, Matt Pitts wrote: I'm honored by the invitation and I got my boss to OK it. So where should it exist in the Wiki and what should it be called? PAR Deployments w/ Apache and FastCGI? Sounds good. To be entirely honest, I don't so much care where it goes

Re: [Catalyst] Catalyst::Controller::REST and JSON::XS - Namespace/Custom modules

2008-04-06 Thread Matt S Trout
On Sun, Mar 16, 2008 at 10:27:54PM +0100, Simon Zmijanow wrote: Hello list, Started last month with Catalyst and got fascinated with all the nice things one can do with it. But now got a little question and hope it is not too stupid :-) I must admit, I don't have a clue how to cleanly

Re: [Catalyst] Book - Japanese

2008-04-06 Thread Matt S Trout
On Mon, Mar 17, 2008 at 05:13:31PM +0900, [EMAIL PROTECTED] wrote: Hi, I am wondering if there is a plan to publish the Catalyst Book in Japanese. Although I already bought the book, my team seems to prefer reading the book in Japanese ... I'd suggest you go bug Packt about it, potential

Re: [Catalyst] Memory leak under FastCGI?

2008-04-06 Thread Matt S Trout
On Wed, Mar 19, 2008 at 03:32:12PM -0400, Matt Pitts wrote: I have not yet determined if the conversion from mod_fcgid to mod_fastcgi external is when the RAM usage started climbing - still awaiting system reports - but, there haven't been an substantial changes to the app since then that I

Re: [Catalyst] CatalystSites.org

2008-04-06 Thread Oleg Pronin
So what about: It would be good to sort sites basing on alexa.com's popularity rating. The best sites will be on top ! :) 2008/4/6, Oleg Pronin [EMAIL PROTECTED]: It would be good to sort sites basing on alexa.com's popularity rating. The best sites will be on top ! :) 2008/4/6, Stephen

Re: [Catalyst] Handy shotcuts

2008-04-06 Thread Matt S Trout
On Thu, Mar 20, 2008 at 01:17:18PM +0300, Alex Povolotsky wrote: Hello! I've implemented $c-uri_redirect($path) as a shortcut to $c-res-redirect($c-uri_for($path)) and $c-uri_redirect_d($path) as $c-uri_redirect($path); $c-detach() I guess these shortcuts are really useful. Patch

Re: [Catalyst] fix config right before database connect?

2008-04-06 Thread Matt S Trout
On Mon, Mar 24, 2008 at 01:58:44PM +0300, Alex Povolotsky wrote: Hello! I'm running several instances of Catalyst app (for every developer and production) on the same box; I'm thinking of automatically patch database name loaded from config file to allow separate copies of databases to

Re: [Catalyst] RFC for plugin to strip script name from URI; plugin name + code review

2008-04-06 Thread Matt S Trout
On Sat, Mar 29, 2008 at 11:27:39PM -0700, Ashley wrote: I'm using shared hosting for several Cat deployments. This means I can't do nice Location/Apache tricks or lighttpd or modperl. I am running fastcgi but I have to deploy it with nothing but mod_rewrite at my disposal. Essentially

Re: [Catalyst] RFC for plugin to strip script name from URI; plugin name + code review

2008-04-06 Thread Ashley
On Apr 6, 2008, at 12:44 PM, Matt S Trout wrote: .htaccess # This one implies a / deployment. --- DirectoryIndex myapp.fcgi index.html RewriteEngine on RewriteCond %{REQUEST_FILENAME} !myapp.fcgi$ RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI}

Re: [Catalyst] New engine: HTTP::Prefork

2008-04-06 Thread Andy Grundman
On Apr 6, 2008, at 12:55 PM, Jonathan Rockway wrote: * On Sun, Apr 06 2008, Andy Grundman wrote: On Apr 6, 2008, at 3:36 AM, Kaare Rasmussen wrote: little bit. I was disappointed in the POE engine and came to the conclusion that POE, while tons of fun to use, is not the right Just when POE

Re: [Catalyst] CatalystSites.org

2008-04-06 Thread Oleg Pronin
Soon, the face of Rambler Media (one of 3 giants in russian internet, like yahoo in US) will move to catalyst (i would say tuned catalyst because of extremely high load). It will definetly be a massive argument for russian developers to use catalyst / dbic, etc. So it would not be great if this

Re: [Catalyst] CatalystSites.org

2008-04-06 Thread Stephen Sykes
Oleg Pronin wrote: It's definitely better than sites that are on top currently :) Especially first :) Also i meant 'most popular sites', not 'best sites', sorry :) If you want to produce the code required, I am willing to implement. I just don't have time at the moment. Or, everyone could

Re: [Catalyst] CatalystSites.org

2008-04-06 Thread Ashley
On Apr 6, 2008, at 3:33 PM, Stephen Sykes wrote: Oleg Pronin wrote: It's definitely better than sites that are on top currently :) Especially first :) Also i meant 'most popular sites', not 'best sites', sorry :) If you want to produce the code required, I am willing to implement. I just

Re: [Catalyst] CatalystSites.org

2008-04-06 Thread Stephen Sykes
Ashley wrote: On Apr 6, 2008, at 3:33 PM, Stephen Sykes wrote: Oleg Pronin wrote: It's definitely better than sites that are on top currently :) Especially first :) Also i meant 'most popular sites', not 'best sites', sorry :) If you want to produce the code required, I am willing to