Re: [Catalyst] How to execute a script

2009-12-04 Thread Ha, Tuan Trung
> In a critical application you'll want to run these processes > assynchronously anyway, not just because of the time-out, but other > things like security and manageability come into play. The typical way > to get this done is to implement a job queue. I see. Thanks. I will implement something li

Re: [Catalyst] How to execute a script

2009-12-04 Thread Eden Cardim
> "Ha" == Ha, Tuan Trung writes: Ha> Hi Joel, Jose and Tom, Thank you very much for your help. Ha> My fault, I updated to 5.800013, and script run fine. Ha> To Joel: Thank you for your opinion, however, I want to build a Ha> site where user could do some batch work on the se

Re: [Catalyst] 2nd person plural (was: [ANNOUNCE] Catalyst-Runtime 5.80015)

2009-12-04 Thread Len Jaffe
On Fri, Dec 4, 2009 at 8:57 AM, Aristotle Pagaltzis wrote: > * Bernhard Graf [2009-12-03 15:50]: > > I really appreciate your(*) effort. > > > > (*) your = all contributors > > You could say “y’all’s effort”. ;-) > You'uns (or Yinz) if you live near Pittsbugh, PA, USA. -- lenja...@jaffesystems.

[Catalyst] 2nd person plural (was: [ANNOUNCE] Catalyst-Runtime 5.80015)

2009-12-04 Thread Aristotle Pagaltzis
* Bernhard Graf [2009-12-03 15:50]: > I really appreciate your(*) effort. > > (*) your = all contributors You could say “y’all’s effort”. ;-) Regards, -- Aristotle Pagaltzis // ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] [ANNOUNCE] Catalyst-Runtime 5.80015

2009-12-04 Thread kmx
Hi, here is a patch that solves a part of the problem: --- Catalyst-Runtime-5.80014_02.orig/t/lib/TestAppEncoding/Controller/Root.pm +++ Catalyst-Runtime-5.80014_02/t/lib/TestAppEncoding/Controller/Root.pm @@ -8,7 +8,7 @@ sub binary : Local { my ($self, $c) = @_; -$c->res->body(do { op

Re: [Catalyst] RESTful client

2009-12-04 Thread David Wright
Tomas Doran wrote: > > On 4 Dec 2009, at 00:25, Sungsam Gong wrote: > >> OK, let me just clarify my question to narrow down the problem. >> >> How does your catalyst application consume remote web services, >> especially for RESTful? > > As noted, if at all possible, I don't consume them direct fro

Re: [Catalyst] advent calendar/2009/3

2009-12-04 Thread Marcello Romani
Ulf Lenski ha scritto: Hi everyone. Has one of you tested the blog example from advent calender - day 3 ? Hi, I have been able to run it after manually installing all the dependencies (AFAIKT they're not listed in the makefile). What I'm trying to do now is deploy the schema to the db. I ha

Re: [Catalyst] advent calendar/2009/3

2009-12-04 Thread Marcello Romani
Kiffin Gish ha scritto: svn url might be handier to announce. Look closer: svn co http://dev.catalystframework.org/repos/Catalyst/trunk/examples/Advent09FormHandlerBlog :-) On Thu, 2009-12-03 at 10:55 +0100, Ulf Lenski wrote: Hi everyone. Has one of you tested the blog example from adv