Re: [Catalyst] Fastest Perl HTTPD?

2006-08-26 Thread Pedro Melo
be delegated to the front-end. One example of a front-end reverse proxy with good back-end management is Perlbal. Lighttpd (the current SVN stuff) seems to be getting good at it too. Best regards, -- Pedro Melo JID: xmpp:[EMAIL PROTECTED

Re: [Catalyst] Fastest Perl HTTPD?

2006-08-28 Thread Pedro Melo
also. I'm targetting ax2 as an possible replacement for Apache +mod_perl in the backend. Best regards, -- Pedro Melo JID: xmpp:[EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst

Re: [Catalyst] Fastest Perl HTTPD?

2006-08-30 Thread Pedro Melo
as the source of inspirarion. Best regards, -- Pedro Melo JID: xmpp:[EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev

[Catalyst] Catalyst::Engine::POE status

2006-08-30 Thread Pedro Melo
Hi, is anybody using the POE engine? I'm doing a standalone web-based perl App and it seems an excellent choice. Thanks in advance, -- Pedro Melo JID: xmpp:[EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org

Re: [Catalyst] Catalyst::Engine::POE status

2006-08-31 Thread Pedro Melo
Hi, FYI, Catalyst::Engine::HTTP::POE works very well with the latest Catalyst 5.7001 By, On 2006/08/30, at 23:22, Pedro Melo wrote: Hi, is anybody using the POE engine? I'm doing a standalone web-based perl App and it seems an excellent choice. Thanks in advance, -- Pedro Melo JID

Re: [Catalyst] Re: template comparison (was: why not mason (was: something else unrelated))

2006-10-29 Thread Pedro Melo
::PHP that's on CPAN? Best regards, -- Pedro Melo JID: xmpp:[EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org

Re: [Catalyst] Catalyst-plugin-prototype supports UTF8?

2006-11-02 Thread Pedro Melo
it using Encode::_utf8_on(). BTW, release DBD-mysql-3.0008_1 fixes this. It's an experimental release, it's on CPAN, but you have to ask CPAN to install it using the full name. Best regards, -- Pedro Melo JID: xmpp:[EMAIL PROTECTED] ___ List

[Catalyst] Reverse Proxy setup, base address and placing a CatApp on a subdir

2006-11-09 Thread Pedro Melo
out of messing with $c-req-base in my code. Correct? Or am I missing something terribly obvious? Best regards, -- Pedro Melo JID: xmpp:[EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo

Re: [Catalyst] Setting time zone and locale on dates.

2007-05-22 Thread Pedro Melo
your user preferences and just do [% my.date_field | user_pref_date %] Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ Jabber ID: [EMAIL PROTECTED] Use Jabber! ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org

Re: [Catalyst] Making Controllers thin and Models thick

2007-07-18 Thread Pedro Melo
that run your RDBMs. Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID: [EMAIL PROTECTED] Use XMPP! ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http

Re: [Catalyst] Re: Reseting a chained action

2007-08-08 Thread Pedro Melo
Hi, On Aug 8, 2007, at 1:38 PM, A. Pagaltzis wrote: * Pedro Melo [EMAIL PROTECTED] [2007-08-07 11:20]: In the course of a project I'm working on, I found it useful to reset chained actions. It would work like this: . assume that you have a chain like /company/ID/copywrongs

Re: [Catalyst] Catalyst Unicode woes ...

2007-08-09 Thread Pedro Melo
. This works for *me*, but I haven't had the time to understand it totally. And I would love someone to tell me that there is a simpler way. Sincerely I would hope Cat to be utf8-by-default around version 6... Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID: [EMAIL

Re: [Catalyst] Catalyst Unicode woes ...

2007-08-09 Thread Pedro Melo
the template. hmms.. Is there a third way, just telling TT that all my templates are in UTF8? Setting the BOM is not easy with some editors. Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID: [EMAIL PROTECTED] Use XMPP

Re: [BULK] - Re: [Catalyst] Catalyst Hosting

2007-08-13 Thread Pedro Melo
@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/ catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID: [EMAIL PROTECTED] Use XMPP

Re: [Catalyst] Serving server-dependent static content

2007-08-13 Thread Pedro Melo
the authorization stuff 3. cat sends back header saying Ok, webserver, send this static file: Reproxying 4. webserver spoon feeds slow clients. Both lighttpd and perlbal support this. I don't know if latest apache also does. Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID

Re: [Catalyst] Serving server-dependent static content

2007-08-15 Thread Pedro Melo
in the Lighttpd distribution that might solve some cases. Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID: [EMAIL PROTECTED] Use XMPP! ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo

Re: [Catalyst] A Perl Message Queue?

2007-08-25 Thread Pedro Melo
the name. In the mean time, STFU. Thanks. Besides, use TheSchwartz; at the top of a program immedialy makes your script look cool. We need a MegaMaid now. Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID: [EMAIL PROTECTED] Use XMPP

Re: [Catalyst] The model -is- where your business logic lives.

2007-09-27 Thread Pedro Melo
schema is Demo::Schema. So I can use Demo::Schema in all my crons. See the SYNOPSIS of http://search.cpan.org/perldoc? Catalyst::Model::DBIC::Schema on how to do it. Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID: [EMAIL PROTECTED] Use XMPP

Re: [Catalyst] The model -is- where your business logic lives.

2007-09-28 Thread Pedro Melo
://search.cpan.org/dist/DBIx-Class/lib/DBIx/ Class/ResultSource.pm#add_columns Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID: [EMAIL PROTECTED] Use XMPP! ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org